/*! Tailwind CSS production build placeholder generated for the static LKS Wala project. */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;scroll-behavior:smooth}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,p,figure{margin:0}
button,input,select,textarea{font:inherit;color:inherit}
button,[role=button]{cursor:pointer}
img,svg,video,canvas{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
a{color:inherit;text-decoration:inherit}
ul,ol{list-style:none;margin:0;padding:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hidden{display:none!important}
.container{width:min(100% - 32px,1180px);margin-inline:auto}
.focus-ring:focus-visible{outline:3px solid rgba(37,99,235,.35);outline-offset:3px}

:root {
  --background: #ffffff;
  --background-secondary: #f8fafc;
  --background-blue: #eff6ff;
  --blue: #2563eb;
  --blue-bright: #3b82f6;
  --blue-hover: #1d4ed8;
  --text: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --card: #ffffff;
  --footer: #060a12;
  --footer-text: #e2e8f0;
  --success: #059669;
  --danger: #dc2626;
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 10px 30px rgba(37, 99, 235, 0.12);
  color-scheme: light;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--background);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.drawer-open {
  overflow: hidden;
}

main {
  min-height: 62vh;
}

.section {
  padding: 46px 0;
}

.section-tight {
  padding: 28px 0;
}

.eyebrow {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.05;
  font-weight: 900;
  color: var(--text);
}

.muted {
  color: var(--text-muted);
}

.btn,
.btn-primary,
.btn-secondary,
.btn-dark,
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 42px;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-dark:hover,
.btn-light:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
}

.btn-secondary {
  color: var(--text);
  background: #f1f5f9;
  border-color: #edf2f7;
}

.btn-secondary:hover {
  color: var(--blue-hover);
  background: var(--background-blue);
}

.btn-dark {
  color: #ffffff;
  background: var(--text);
  border-color: var(--text);
}

.btn-light {
  color: var(--text);
  background: #ffffff;
  border-color: var(--border);
}

.icon-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #ffffff;
  color: var(--text);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.icon-btn:hover {
  color: var(--blue);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  backdrop-filter: blur(12px);
  transition: box-shadow 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.header-row {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 138px;
}

.brand-logo {
  width: 138px;
  height: 48px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  background: #000000;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1.15rem;
  font-size: 0.83rem;
  font-weight: 850;
  color: var(--text-secondary);
}

.nav-links a {
  padding: 0.6rem 0.35rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.auth-slot {
  display: inline-flex;
  align-items: center;
}

.profile-menu-wrap {
  position: relative;
}

.profile-trigger {
  min-width: 0;
  white-space: nowrap;
}

.avatar-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--blue);
  background: var(--background-blue);
  overflow: hidden;
}

.avatar-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-name {
  max-width: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-caret {
  color: var(--text-muted);
  font-size: 0.75rem;
}

.profile-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 95;
  min-width: 218px;
  display: none;
  padding: 0.45rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.profile-menu-wrap.is-open .profile-dropdown {
  display: grid;
}

.profile-dropdown a,
.profile-dropdown button {
  width: 100%;
  min-height: 38px;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  color: var(--text-secondary);
  font-size: 0.84rem;
  font-weight: 850;
  text-align: left;
  background: transparent;
}

.profile-dropdown a:hover,
.profile-dropdown button:hover {
  color: var(--blue);
  background: var(--background-blue);
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: min(36vw, 360px);
}

.search-control {
  position: relative;
  flex: 1;
}

.search-input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  padding: 0 1rem;
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02);
}

.search-input::placeholder {
  color: #94a3b8;
}

.search-submit {
  min-height: 42px;
  padding: 0.7rem 1.08rem;
}

.suggestions {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 300px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.suggestion-item {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.68rem;
  text-align: left;
  background: #ffffff;
}

.suggestion-item + .suggestion-item {
  border-top: 1px solid #f1f5f9;
}

.suggestion-item:hover,
.suggestion-item.is-active {
  background: var(--background-blue);
}

.suggestion-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fafc;
}

.suggestion-name {
  display: block;
  font-size: 0.84rem;
  font-weight: 850;
  color: var(--text);
}

.suggestion-model {
  display: block;
  font-size: 0.76rem;
  color: var(--text-muted);
}

.suggestion-price {
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--blue);
}

.suggestion-mark {
  color: var(--blue-hover);
  background: rgba(59, 130, 246, 0.12);
  border-radius: 4px;
}

.header-count {
  display: inline-grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  margin-left: 0.15rem;
  border-radius: 999px;
  background: #facc15;
  color: #0f172a;
  font-size: 0.72rem;
  font-weight: 950;
}

.hamburger {
  display: none;
}

.mobile-panel {
  display: none;
}

.compact-header,
.mobile-category-row,
.drawer-overlay,
.mobile-drawer,
.mobile-bottom-nav,
.mobile-feature-row,
.checkout-progress,
.mobile-product-actions,
.mobile-variant-selectors,
.cart-mobile-summary {
  display: none;
}

.footer-accordion-trigger {
  display: none;
}

.footer-accordion-content {
  display: block;
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(59, 130, 246, 0.18), transparent 46%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid #edf2f7;
}

.hero-grid {
  min-height: clamp(560px, 72vh, 760px);
  display: grid;
  grid-template-columns: minmax(310px, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: 2rem;
  padding: 38px 0 28px;
}

.hero h1 {
  margin-top: 0.8rem;
  color: var(--text);
  font-size: clamp(3.6rem, 8vw, 6.6rem);
  line-height: 0.93;
  font-weight: 950;
  letter-spacing: 0;
}

.hero h2 {
  margin-top: 0.75rem;
  color: var(--text);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.02;
  font-weight: 950;
}

.hero-copy {
  max-width: 560px;
  margin-top: 1.2rem;
  color: var(--text-secondary);
  font-size: 1.02rem;
}

.hero-actions,
.founder-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.feature-row,
.lks-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin-top: 2rem;
}

.feature-card,
.lks-feature-card {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
}

.feature-icon,
.lks-feature-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  align-self: center;
  border-radius: 12px;
  color: var(--blue);
  background: var(--background-blue);
  line-height: 0;
}

.feature-icon svg,
.lks-feature-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0;
  padding: 0;
  stroke: currentColor;
}

.lks-feature-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1.05;
}

.feature-card strong,
.lks-feature-text strong {
  display: block;
  margin: 0;
  color: #334155;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.lks-feature-text small {
  display: block;
  margin: 2px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-slider {
  position: relative;
  min-height: 540px;
  border-radius: 28px;
  isolation: isolate;
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: 8% 2% 2% 14%;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 65%);
  filter: blur(8px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateX(34px);
  pointer-events: none;
  transition: opacity 520ms ease, transform 520ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-product-card {
  position: relative;
  width: min(100%, 660px);
  height: 480px;
  min-height: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.76));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-product-card::after {
  content: "";
  position: absolute;
  inset: auto 8% 9% 8%;
  z-index: 0;
  height: 70px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  filter: blur(26px);
}

.hero-product-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  animation: heroSceneZoom 8s ease-in-out infinite;
}

.hero-chip {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.48rem 0.72rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
}

.slider-controls {
  position: absolute;
  inset: auto 16px 18px 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--text);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
  transition: width 180ms ease, background 180ms ease;
}

.slider-dot.is-active {
  width: 20px;
  background: var(--text);
}

.brand-marquee-wrap {
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  background: #ffffff;
}

.brand-marquee-wrap::before,
.brand-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: min(9vw, 92px);
  pointer-events: none;
}

.brand-marquee-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0));
}

.brand-marquee-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, rgba(255,255,255,0));
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 0.8rem;
  animation: marquee 32s linear infinite;
}

.brand-marquee-wrap:hover .brand-track,
.brand-marquee-wrap:focus-within .brand-track {
  animation-play-state: paused;
}

.brand-pill {
  width: 156px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  filter: grayscale(1);
  opacity: 0.78;
  transition: transform 180ms ease, filter 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.brand-pill:hover,
.brand-pill:focus-visible {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
  border-color: rgba(37, 99, 235, 0.28);
}

.brand-pill img {
  max-width: 112px;
  max-height: 34px;
  object-fit: contain;
}

.brand-pill span {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.product-scroll-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

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

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

.product-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  background: #f8fafc;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.42rem;
  transition: transform 220ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.wishlist-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  font-size: 1rem;
}

.wishlist-toggle.is-active {
  color: var(--blue);
  background: var(--background-blue);
}

.product-info {
  display: grid;
  gap: 0.42rem;
  padding: 0.72rem;
}

.product-title {
  min-height: 2.5em;
  display: -webkit-box;
  overflow: hidden;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-title:hover {
  color: var(--blue-hover);
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  color: var(--text-muted);
  font-size: 0.73rem;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-secondary);
  font-size: 0.76rem;
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  border-radius: 999px;
  padding: 0.16rem 0.42rem;
  color: #065f46;
  background: #dcfce7;
  font-weight: 900;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.38rem;
}

.price {
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 950;
}

.mrp {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 0.78rem;
}

.discount {
  color: var(--success);
  font-size: 0.75rem;
  font-weight: 900;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 0.45rem;
  margin-top: 0.2rem;
}

.product-actions .btn {
  min-height: 38px;
  padding: 0.58rem 0.55rem;
  font-size: 0.78rem;
}

.profile-content-grid {
  grid-template-columns: minmax(0, 1fr);
}

.profile-content-grid > * {
  min-width: 0;
}

.wishlist-panel {
  position: static;
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.wishlist-grid {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  overflow: visible;
}

.wishlist-grid .wishlist-card {
  min-width: 240px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

.wishlist-card .product-info {
  flex: 1;
  grid-template-rows: auto auto auto auto auto 1fr;
}

.wishlist-card .wishlist-product-title {
  min-height: 0;
  display: block;
  overflow: visible;
  overflow-wrap: anywhere;
  -webkit-line-clamp: unset;
}

.wishlist-card .wishlist-stock {
  margin-top: 0.2rem;
}

.wishlist-card .product-actions {
  grid-template-columns: 1fr;
  align-self: end;
  width: 100%;
}

.wishlist-card .product-actions .btn {
  white-space: normal;
}

.founder-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 40%, rgba(59,130,246,0.18), transparent 48%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid #edf2f7;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 2.4rem;
}

.founder-copy h2 {
  margin-top: 0.65rem;
  color: var(--text);
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  font-weight: 950;
  line-height: 0.94;
}

.founder-copy h3 {
  margin-top: 0.8rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1.05;
}

.founder-copy p {
  margin-top: 1rem;
  max-width: 560px;
  color: var(--text-secondary);
}

.founder-stage {
  position: relative;
  min-height: 520px;
}

.founder-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  place-items: end center;
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 520ms ease, transform 520ms ease;
  pointer-events: none;
}

.founder-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.founder-glass {
  position: absolute;
  inset: 38px 0 38px 54px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.founder-slide img {
  position: relative;
  z-index: 2;
  height: 512px;
  max-height: 512px;
  width: min(86%, 420px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 32px rgba(15, 23, 42, 0.14));
}

.founder-card {
  position: absolute;
  left: 12%;
  bottom: 12%;
  z-index: 4;
  max-width: 320px;
  border: 1px solid rgba(226, 232, 240, 0.82);
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow-soft);
}

.founder-card span {
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-card strong {
  display: block;
  margin-top: 0.18rem;
  font-size: 1rem;
}

.founder-card p {
  margin-top: 0.3rem;
  color: var(--text-secondary);
  font-size: 0.8rem;
  line-height: 1.35;
}

.float-badge {
  position: absolute;
  z-index: 5;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(226, 232, 240, 0.82);
  padding: 0.48rem 0.72rem;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  animation: badgeFloat 5s ease-in-out infinite;
}

.float-badge:nth-of-type(1) { top: 18%; left: 14%; }
.float-badge:nth-of-type(2) { top: 26%; right: 5%; animation-delay: 600ms; }
.float-badge:nth-of-type(3) { top: 48%; left: 4%; animation-delay: 1100ms; }
.float-badge:nth-of-type(4) { right: 8%; bottom: 28%; animation-delay: 1600ms; }

.site-footer {
  background: var(--footer);
  color: var(--footer-text);
  padding: 58px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 2.5rem;
}

.footer-logo {
  width: 155px;
  height: auto;
  object-fit: contain;
  display: block;
  background: #000000;
}

.footer-title {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 950;
}

.footer-copy {
  margin-top: 0.35rem;
  color: #aeb8c7;
  font-size: 0.88rem;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 950;
}

.footer-col a,
.footer-col p {
  display: block;
  margin-top: 0.68rem;
  color: #b9c3d0;
  font-size: 0.85rem;
}

.footer-col a:hover {
  color: #ffffff;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(226, 232, 240, 0.14);
  border-radius: 999px;
  color: var(--footer-text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.social-link:hover {
  transform: translateY(-1px) scale(1.02);
  border-color: rgba(59, 130, 246, 0.45);
  background: rgba(59, 130, 246, 0.12);
}

.social-link svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}

.social-link--instagram svg {
  color: #e1306c;
}

.social-link--facebook svg {
  color: #1877f2;
}

.summary-panel .social-link,
.form-panel .social-link,
.panel .social-link {
  color: var(--text-secondary);
  border-color: var(--border);
  background: #ffffff;
}

.summary-panel .social-link:hover,
.form-panel .social-link:hover,
.panel .social-link:hover {
  color: var(--blue);
  background: var(--background-blue);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(226, 232, 240, 0.12);
  color: #b9c3d0;
  font-size: 0.82rem;
}

.page-hero {
  background:
    radial-gradient(circle at 70% 20%, rgba(59,130,246,.16), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid var(--border);
  padding: 56px 0 34px;
}

.page-hero h1 {
  margin-top: 0.55rem;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1.02;
  font-weight: 950;
}

.page-hero p {
  max-width: 720px;
  margin-top: 0.9rem;
  color: var(--text-secondary);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: start;
}

.panel,
.form-panel,
.summary-panel {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.panel {
  padding: 1.2rem;
}

.form-panel {
  padding: 1.3rem;
}

.summary-panel {
  position: sticky;
  top: 90px;
  padding: 1.2rem;
}

.order-list {
  display: grid;
  gap: 0.85rem;
}

.order-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.order-card-head h3 {
  margin-top: 0.45rem;
  font-size: 1rem;
  font-weight: 950;
}

.address-chip {
  display: grid;
  gap: 0.25rem;
  padding: 0.85rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #f8fafc;
}

.address-chip + .address-chip {
  margin-top: 0.65rem;
}

.tracking-timeline {
  display: grid;
  gap: 0.8rem;
  margin: 1.2rem 0;
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 0.65rem;
  align-items: center;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.timeline-step::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 24px;
  bottom: -20px;
  width: 2px;
  background: #dbeafe;
}

.timeline-step:last-child::before {
  display: none;
}

.timeline-dot {
  width: 18px;
  height: 18px;
  border: 3px solid #bfdbfe;
  border-radius: 999px;
  background: #ffffff;
}

.timeline-step.is-complete,
.timeline-step.is-current {
  color: var(--text);
}

.timeline-step.is-complete .timeline-dot,
.timeline-step.is-current .timeline-dot {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.track-items {
  margin-top: 1rem;
}

.track-items h3 {
  font-size: 1rem;
  font-weight: 950;
}

.track-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f1f5f9;
  color: var(--text-secondary);
  font-size: 0.88rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.36rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.72rem 0.8rem;
  background: #ffffff;
  color: var(--text);
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field-error {
  color: var(--danger);
  font-size: 0.75rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  border-radius: 999px;
  padding: 0.32rem 0.62rem;
  background: #dcfce7;
  color: #065f46;
  font-size: 0.76rem;
  font-weight: 900;
}

.warning-note {
  border: 1px solid #fde68a;
  border-radius: 14px;
  background: #fffbeb;
  color: #92400e;
  padding: 0.9rem;
  font-size: 0.88rem;
}

.cart-line,
.address-card,
.checkout-line {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.cart-line:last-child,
.address-card:last-child,
.checkout-line:last-child {
  border-bottom: 0;
}

.cart-line img,
.checkout-line img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fafc;
}

.quantity-control,
.quantity-selector {
  display: inline-grid;
  grid-template-columns: 36px 48px 36px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
}

.quantity-control button,
.quantity-control input,
.quantity-selector button,
.quantity-value {
  min-height: 34px;
  text-align: center;
  background: #ffffff;
}

.quantity-control input {
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.quantity-selector button {
  display: grid;
  place-items: center;
  color: var(--text);
  font-size: 1rem;
  font-weight: 900;
}

.quantity-selector button:hover:not(:disabled) {
  color: var(--blue);
  background: var(--background-blue);
}

.quantity-selector button:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background: #f8fafc;
}

.quantity-value {
  min-width: 48px;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  color: #0f172a;
  font-weight: 900;
  line-height: 1;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1fr) 330px;
  gap: 1.3rem;
  align-items: start;
}

.gallery-main {
  position: relative;
  aspect-ratio: 1 / 1.05;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #f8fafc;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transform: translate3d(var(--gallery-pan-x, 0), var(--gallery-pan-y, 0), 0) scale(var(--gallery-zoom, 1));
  transform-origin: center;
  transition: transform 160ms ease;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-main.is-pannable {
  cursor: grab;
  touch-action: none;
}

.gallery-main.is-dragging {
  cursor: grabbing;
}

.gallery-main.is-dragging img {
  transition: none;
}

.gallery-controls {
  position: absolute;
  inset: auto auto 12px 12px;
  display: flex;
  gap: 0.4rem;
}

.gallery-zoom-controls {
  position: absolute;
  inset: auto 12px 12px auto;
  display: flex;
  gap: 0.4rem;
}

.gallery-controls .icon-btn,
.gallery-zoom-controls .icon-btn {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.gallery-zoom-controls .icon-btn:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background: rgba(248, 250, 252, 0.94);
}

.thumb-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-top: 0.65rem;
}

.thumb-row button {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #ffffff;
}

.thumb-row button.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.thumb-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3rem;
}

.detail-title {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 950;
  line-height: 1.08;
}

.detail-price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin-top: 1rem;
}

.detail-price .price {
  font-size: 2rem;
}

.spec-list,
.feature-list,
.faq-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.spec-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid #f1f5f9;
}

.spec-row span:first-child {
  color: var(--text-muted);
}

.purchase-panel {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.share-panel {
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  padding: 14px;
}

.share-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 900;
}

.share-heading svg {
  color: var(--blue);
}

.share-panel .share-row {
  margin-top: 0.7rem;
}

.share-panel .share-row .btn {
  color: var(--text-secondary);
  border-color: #dbe4f0;
  background: #ffffff;
}

.share-panel .share-row .btn:hover {
  color: var(--blue);
  border-color: #bfdbfe;
  background: #eff6ff;
}

.share-row .btn {
  min-height: 36px;
  padding: 0.5rem 0.7rem;
  font-size: 0.78rem;
}

.detail-tabs {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.detail-block {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #ffffff;
  padding: 1.1rem;
}

.detail-block h2,
.panel h2,
.form-panel h2,
.summary-panel h2 {
  font-size: 1.15rem;
  font-weight: 950;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(6, 10, 18, 0.8);
}

.image-modal.is-open {
  display: grid;
}

.image-modal img {
  max-width: min(94vw, 980px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 16px;
  background: #ffffff;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.mobile-buy-bar {
  display: none;
}

.toast-region {
  position: fixed;
  z-index: 120;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 0.55rem;
}

.toast {
  max-width: 340px;
  border-radius: 14px;
  background: #0f172a;
  color: #ffffff;
  padding: 0.82rem 1rem;
  box-shadow: var(--shadow);
  font-size: 0.86rem;
}

.empty-state {
  border: 1px dashed var(--border);
  border-radius: 18px;
  padding: 2rem;
  text-align: center;
  background: #ffffff;
}

.empty-state p {
  margin-top: 0.45rem;
  color: var(--text-muted);
}

.policy-content {
  max-width: 860px;
}

.policy-content h2 {
  margin-top: 1.4rem;
  font-size: 1.25rem;
  font-weight: 950;
}

.policy-content p,
.policy-content li {
  margin-top: 0.65rem;
  color: var(--text-secondary);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes productFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-12px) scale(1.02); }
}

@keyframes heroSceneZoom {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

@keyframes badgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (max-width: 1023px) {
  .desktop-header {
    display: none;
  }

  .compact-header {
    display: block;
    padding-top: env(safe-area-inset-top);
  }

  .compact-header-row {
    min-height: 56px;
    display: grid;
    grid-template-columns: 42px minmax(100px, 1fr) auto 42px;
    align-items: center;
    gap: 0.55rem;
    padding: 6px 16px 4px;
  }

  .compact-menu-button,
  .compact-cart-action {
    width: 42px;
    height: 42px;
  }

  .compact-brand {
    width: fit-content;
    display: inline-flex;
    align-items: center;
  }

  .compact-brand img,
  .drawer-head img {
    width: 112px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    background: #000000;
  }

  .compact-auth-slot {
    min-width: 0;
    display: flex;
    justify-content: flex-end;
  }

  .compact-auth-action,
  .compact-cart-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 42px;
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
  }

  .compact-auth-action {
    padding: 0.35rem 0.45rem;
    border-radius: 999px;
  }

  .compact-cart-action .header-count {
    position: absolute;
    top: -1px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    margin: 0;
  }

  .compact-profile-menu .profile-dropdown {
    top: calc(100% + 7px);
    right: -48px;
  }

  .compact-search-row {
    padding: 3px 16px 10px;
  }

  .compact-search-form {
    width: 100%;
    min-width: 0;
    gap: 0.4rem;
  }

  .compact-search-form .search-control {
    min-width: 0;
  }

  .compact-search-form .search-input {
    min-height: 44px;
    border-radius: 12px;
  }

  .compact-search-form .search-submit {
    width: 46px;
    min-width: 46px;
    min-height: 44px;
    padding: 0;
    border-radius: 12px;
  }

  .compact-search-form .suggestions {
    z-index: 120;
    min-width: 0;
    width: 100%;
    max-height: min(62vh, 520px);
    overflow-y: auto;
    border-radius: 12px;
  }

  .drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 108;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(6, 10, 18, 0.52);
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  .mobile-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 109;
    width: min(86vw, 340px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: calc(12px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
    background: #ffffff;
    box-shadow: 20px 0 44px rgba(15, 23, 42, 0.18);
    transform: translateX(-105%);
    transition: transform 240ms ease;
  }

  body.drawer-open .drawer-overlay {
    visibility: visible;
    opacity: 1;
  }

  body.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  .drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--border);
  }

  .drawer-links,
  .drawer-account {
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem 0;
  }

  .drawer-account {
    margin-top: auto;
    border-top: 1px solid var(--border);
  }

  .drawer-links a,
  .drawer-account a,
  .drawer-account button {
    min-height: 44px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0.7rem 0.8rem;
    color: var(--text-secondary);
    background: transparent;
    font-size: 0.9rem;
    font-weight: 850;
    text-align: left;
  }

  .drawer-links a:hover,
  .drawer-account a:hover,
  .drawer-account button:hover {
    color: var(--blue);
    background: var(--background-blue);
  }

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

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

@media (min-width: 1024px) and (max-width: 1200px) {
  .header-row {
    gap: 0.75rem;
  }

  .nav-links {
    gap: 0.65rem;
    font-size: 0.78rem;
  }

  .header-actions {
    gap: 0.35rem;
  }

  .header-actions .search-form {
    width: 230px;
    min-width: 230px;
  }

  .header-actions .btn-light,
  .header-actions .btn-dark {
    padding-left: 0.72rem;
    padding-right: 0.72rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-row {
    grid-template-columns: auto auto 1fr;
  }

  .nav-links {
    display: none;
  }

  .hamburger {
    display: inline-grid;
  }

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

  .hero-grid {
    min-height: 540px;
    grid-template-columns: minmax(250px, 0.9fr) minmax(330px, 1.1fr);
    gap: 1.2rem;
  }

  .hero h1 {
    font-size: 3.6rem;
  }

  .hero h2 {
    font-size: 1.7rem;
  }

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

  .hero-product-card {
    height: 420px;
  }

  .product-detail {
    grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  }

  .purchase-panel {
    position: static;
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: 135px;
  }
}

@media (max-width: 767px) {
  .header-row {
    grid-template-columns: auto 1fr auto;
  }

  .header-actions .search-form {
    display: none;
  }

  .mobile-panel {
    position: fixed;
    inset: 68px 0 auto 0;
    z-index: 65;
    display: block;
    max-height: calc(100vh - 68px);
    overflow: auto;
    border-bottom: 1px solid var(--border);
    background: #ffffff;
    padding: 1rem 16px 1.2rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    transform: translateY(-120%);
    transition: transform 220ms ease;
  }

  body.menu-open .mobile-panel {
    transform: translateY(0);
  }

  .mobile-panel .nav-links,
  .mobile-panel .search-form {
    display: grid;
    justify-content: stretch;
    min-width: 0;
  }

  .mobile-panel .nav-links {
    gap: 0.2rem;
    margin-top: 0.8rem;
  }

  .mobile-panel .nav-links a {
    padding: 0.85rem;
    border-radius: 12px;
    background: #f8fafc;
  }

  .mobile-auth {
    display: grid;
    margin-top: 0.8rem;
  }

  .mobile-auth .profile-menu-wrap,
  .mobile-auth .profile-trigger,
  .mobile-auth .btn-light {
    width: 100%;
  }

  .mobile-auth .profile-trigger,
  .mobile-auth .btn-light {
    justify-content: center;
  }

  .mobile-auth .profile-dropdown {
    position: static;
    min-width: 0;
    margin-top: 0.5rem;
    box-shadow: none;
  }

  .hero-grid,
  .founder-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 28px;
  }

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

  .hero-product-card {
    height: 395px;
  }

  .hero-product-card img {
    height: 100%;
    max-height: none;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

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

  .wishlist-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .founder-stage {
    min-height: 480px;
  }

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

  .summary-panel {
    position: static;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .brand-logo {
    width: 114px;
    height: 40px;
  }

  .header-actions .btn-light,
  .header-actions .auth-slot,
  .header-actions .wishlist-header {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 18vw, 4.5rem);
  }

  .hero h2 {
    font-size: 1.48rem;
  }

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

  .hero-product-card {
    height: 334px;
    border-radius: 22px;
  }

  .hero-product-card img {
    height: 100%;
    max-height: none;
  }

  .brand-pill {
    width: 132px;
    height: 48px;
  }

  .brand-pill img {
    max-width: 95px;
    max-height: 28px;
  }

  .section-head {
    align-items: start;
  }

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

  .wishlist-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.85rem;
  }

  .product-info {
    padding: 0.62rem;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-card .btn-dark {
    display: none;
  }

  .founder-copy h2 {
    font-size: 2.65rem;
    line-height: 1;
  }

  .founder-stage {
    min-height: 430px;
  }

  .founder-glass {
    inset: 34px 0 44px 0;
  }

  .founder-slide img {
    width: min(94%, 350px);
    height: 420px;
    max-height: 420px;
  }

  .founder-card {
    left: 4%;
    bottom: 7%;
    max-width: 280px;
  }

  .float-badge {
    font-size: 0.66rem;
    padding: 0.38rem 0.56rem;
  }

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

  .cart-line,
  .checkout-line {
    grid-template-columns: 74px 1fr;
  }

  .cart-line img,
  .checkout-line img {
    width: 74px;
    height: 74px;
  }

  .cart-line > :last-child,
  .checkout-line > :last-child {
    grid-column: 2;
  }

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

  .footer-logo {
    width: 120px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-buy-bar {
    position: fixed;
    z-index: 60;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.75rem 12px;
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
  }

  .mobile-buy-bar .quantity-selector {
    grid-template-columns: 28px 34px 28px;
    align-self: center;
  }

  .mobile-buy-bar .quantity-selector button,
  .mobile-buy-bar .quantity-value {
    min-height: 40px;
  }

  .mobile-buy-bar .quantity-value {
    min-width: 34px;
  }

  .mobile-buy-bar .btn-primary,
  .mobile-buy-bar .btn-dark {
    min-height: 42px;
    padding: 0.62rem 0.38rem;
    font-size: 0.74rem;
  }

  body.has-mobile-buy {
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  .section {
    padding: 32px 0;
  }

  .page-hero {
    padding: 32px 0 24px;
  }

  .page-hero h1 {
    font-size: 2.25rem;
  }

  .compact-header-row,
  .compact-search-row {
    padding-left: 12px;
    padding-right: 12px;
  }

  .compact-header-row {
    grid-template-columns: 42px minmax(88px, 1fr) auto 42px;
  }

  .mobile-category-row {
    display: flex;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0 12px 9px;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
  }

  .mobile-category-row::-webkit-scrollbar,
  .mobile-feature-row::-webkit-scrollbar,
  .thumb-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-category-link {
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.48rem 0.75rem;
    color: var(--text-secondary);
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
  }

  .mobile-category-link.is-active {
    color: #ffffff;
    border-color: var(--blue);
    background: var(--blue);
  }

  .mobile-bottom-nav {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 86;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: calc(64px + env(safe-area-inset-bottom));
    padding: 5px 4px env(safe-area-inset-bottom);
    border-top: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
  }

  .js-mobile-bottom-account {
    display: contents;
  }

  .mobile-bottom-item {
    position: relative;
    min-width: 0;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    border-radius: 8px;
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 850;
  }

  .mobile-bottom-item.is-active {
    color: var(--blue);
    background: var(--background-blue);
  }

  .bottom-avatar,
  .bottom-avatar img {
    width: 21px;
    height: 21px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 999px;
  }

  .bottom-avatar img {
    object-fit: cover;
  }

  .bottom-cart-count {
    position: absolute;
    top: 2px;
    left: calc(50% + 8px);
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #0f172a;
    background: #facc15;
    font-size: 0.62rem;
    font-weight: 950;
  }

  .checkout-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow-x: auto;
    padding: 10px 12px;
    border-bottom: 1px solid var(--border);
    background: #ffffff;
  }

  .checkout-progress-step {
    position: relative;
    min-width: 72px;
    display: grid;
    place-items: center;
    gap: 0.22rem;
    color: var(--text-muted);
    font-size: 0.66rem;
    font-weight: 850;
    text-align: center;
  }

  .checkout-progress-step::after {
    content: "";
    position: absolute;
    top: 11px;
    left: calc(50% + 13px);
    width: calc(100% - 26px);
    height: 2px;
    background: #dbeafe;
  }

  .checkout-progress-step:last-child::after {
    display: none;
  }

  .checkout-progress-step > span {
    z-index: 1;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid #bfdbfe;
    border-radius: 999px;
    background: #ffffff;
  }

  .checkout-progress-step.is-active,
  .checkout-progress-step.is-complete {
    color: var(--blue);
  }

  .checkout-progress-step.is-active > span,
  .checkout-progress-step.is-complete > span {
    color: #ffffff;
    border-color: var(--blue);
    background: var(--blue);
  }

  .hero-grid {
    gap: 1.15rem;
    padding: 24px 0 22px;
  }

  .hero .eyebrow {
    font-size: 0.78rem;
  }

  .hero h1 {
    margin-top: 0.6rem;
    font-size: 48px;
    line-height: 0.96;
  }

  .hero h2 {
    margin-top: 0.7rem;
    font-size: 28px;
    line-height: 1.04;
  }

  .hero-copy {
    margin-top: 0.9rem;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 1.1rem;
  }

  .hero-actions > * {
    flex: 1 1 150px;
    min-height: 44px;
  }

  .desktop-feature-row {
    display: none;
  }

  .mobile-feature-row {
    width: 100%;
    max-width: none;
    display: flex;
    grid-column: 1;
    gap: 0.7rem;
    overflow-x: auto;
    margin-top: 0;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .mobile-feature-row .feature-card {
    flex: 0 0 min(78vw, 230px);
    min-height: 66px;
    border-radius: 14px;
  }

  .hero-slider {
    min-height: 390px;
    border-radius: 16px;
  }

  .hero-slider::before {
    display: none;
  }

  .hero-product-card {
    width: 100%;
    height: 360px;
    border-radius: 16px;
  }

  .hero-chip {
    left: 14px;
    top: 14px;
  }

  .slider-controls {
    bottom: 10px;
  }

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

  .product-card {
    min-width: 0;
  }

  .product-media {
    aspect-ratio: 1 / 1.04;
  }

  .product-title {
    min-height: 2.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

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

  .product-actions .btn {
    min-width: 0;
    min-height: 42px;
    padding: 0.55rem 0.3rem;
    font-size: 0.7rem;
    white-space: normal;
  }

  .product-card .btn-dark {
    display: inline-flex;
  }

  .wishlist-card .product-actions {
    grid-template-columns: 1fr;
  }

  .founder-grid {
    gap: 1.2rem;
  }

  .founder-stage {
    min-height: 440px;
  }

  .founder-card {
    max-width: calc(100% - 32px);
  }

  .mobile-product-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
  }

  .mobile-product-actions .btn-secondary {
    min-width: 0;
    min-height: 42px;
    padding: 0.55rem 0.4rem;
    font-size: 0.76rem;
  }

  .mobile-variant-selectors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
    margin-top: 1rem;
  }

  .gallery-main {
    border-radius: 14px;
  }

  .thumb-row {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .thumb-row button {
    flex: 0 0 76px;
    width: 76px;
  }

  .mobile-buy-bar {
    bottom: calc(64px + env(safe-area-inset-bottom));
    z-index: 84;
    grid-template-columns: 1fr 1fr;
    padding: 0.65rem 12px;
  }

  .mobile-buy-bar .quantity-selector {
    display: none;
  }

  body.has-mobile-buy {
    padding-bottom: calc(144px + env(safe-area-inset-bottom));
  }

  .cart-line {
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: start;
    gap: 0.75rem;
  }

  .cart-line img {
    width: 82px;
    height: 96px;
  }

  .cart-line > :last-child {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
  }

  .cart-line > :last-child .btn {
    min-height: 40px;
    margin-top: 0 !important;
    padding: 0.55rem 0.7rem;
    font-size: 0.76rem;
  }

  [data-cart-summary] {
    position: fixed;
    z-index: 83;
    inset: auto 0 calc(64px + env(safe-area-inset-bottom)) 0;
    border-radius: 0;
    padding: 0.65rem 12px;
    box-shadow: 0 -8px 22px rgba(15, 23, 42, 0.1);
  }

  [data-cart-summary]:empty {
    display: none;
  }

  .cart-summary-desktop {
    display: none;
  }

  .cart-mobile-summary {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr);
    align-items: center;
    gap: 0.8rem;
  }

  .cart-mobile-summary span {
    display: grid;
    gap: 0.18rem;
  }

  .cart-mobile-summary small {
    color: var(--text-muted);
    font-size: 0.7rem;
  }

  .cart-mobile-summary strong {
    font-size: 1.08rem;
  }

  .cart-mobile-summary .btn-primary {
    min-height: 44px;
    padding: 0.65rem 0.7rem;
  }

  body.has-mobile-cart-summary {
    padding-bottom: calc(146px + env(safe-area-inset-bottom));
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-accordion {
    border-bottom: 1px solid rgba(226, 232, 240, 0.14);
  }

  .footer-accordion-trigger {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 900;
    text-align: left;
  }

  .footer-accordion-icon {
    font-size: 1.25rem;
    transition: transform 180ms ease;
  }

  .footer-accordion.is-open .footer-accordion-icon {
    transform: rotate(45deg);
  }

  .footer-accordion-content {
    display: none;
    padding: 0 0 1rem;
  }

  .footer-accordion.is-open .footer-accordion-content {
    display: block;
  }

  .footer-accordion-content > h3 {
    display: none;
  }

  .footer-brand .footer-logo {
    width: 120px;
  }

  .site-footer {
    padding: 28px 0 calc(24px + env(safe-area-inset-bottom));
  }

  .footer-bottom {
    margin-top: 28px;
  }
}

@media (max-width: 540px) {
  .wishlist-grid {
    grid-template-columns: 1fr;
  }

  .wishlist-grid .wishlist-card {
    min-width: 0;
  }
}

@media (max-width: 339px) {
  .compact-header-row {
    grid-template-columns: 40px minmax(78px, 1fr) 40px 40px;
    gap: 0.25rem;
    padding-left: 8px;
    padding-right: 8px;
  }

  .compact-brand img {
    width: 98px;
    height: 36px;
  }

  .compact-auth-action > span:not(.avatar-icon) {
    display: none;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero h2 {
    font-size: 25px;
  }

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

  .hero-product-card {
    height: 330px;
  }

  .mobile-feature-row {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .mobile-feature-row .feature-card {
    width: 100%;
  }

  .mobile-variant-selectors,
  .mobile-product-actions {
    grid-template-columns: 1fr;
  }

  .float-badge:nth-of-type(n + 3) {
    display: none;
  }

  .product-grid,
  .product-grid.compact {
    grid-template-columns: 1fr;
  }

  .cart-mobile-summary {
    grid-template-columns: 96px 1fr;
    gap: 0.5rem;
  }
}

@media (min-width: 340px) and (max-width: 390px) {
  .compact-auth-action > span:not(.avatar-icon) {
    display: none;
  }

  .compact-profile-menu .profile-caret {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lks-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lks-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lks-feature-card {
    width: 100%;
    min-height: 72px;
  }
}


/* WordPress draft preview isolation. */
html:has(body.lks-wp-preview){margin-top:0!important}body.lks-wp-preview{margin:0!important}body.lks-wp-preview #wpadminbar,body.lks-wp-preview #masthead,body.lks-wp-preview #colophon,body.lks-wp-preview .ast-primary-header-bar,body.lks-wp-preview .ast-mobile-header-wrap,body.lks-wp-preview .ast-desktop-header-content,body.lks-wp-preview .woocommerce-breadcrumb,body.lks-wp-preview .woocommerce-notices-wrapper:empty{display:none!important}body.lks-wp-preview .site,body.lks-wp-preview .site-content,body.lks-wp-preview .ast-container,body.lks-wp-preview .entry-content,body.lks-wp-preview .elementor,body.lks-wp-preview .elementor-section,body.lks-wp-preview .elementor-container,body.lks-wp-preview .elementor-widget-wrap,body.lks-wp-preview .elementor-widget-shortcode,body.lks-wp-preview .elementor-widget-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}body.lks-wp-preview a{text-decoration:none}body.lks-wp-preview .woocommerce a.button,body.lks-wp-preview .woocommerce button.button,body.lks-wp-preview .woocommerce input.button{all:unset}body.lks-wp-preview .login-username,body.lks-wp-preview .login-password,body.lks-wp-preview .login-remember,body.lks-wp-preview .login-submit{margin-top:1rem}body.lks-wp-preview #loginform input[type=text],body.lks-wp-preview #loginform input[type=password]{width:100%;min-height:44px;border:1px solid var(--border);border-radius:12px;padding:.72rem .8rem}body.lks-wp-preview #loginform input[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;border-radius:999px;padding:.72rem 1rem;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);font-size:.9rem;font-weight:850;cursor:pointer}body.lks-wp-preview .site-header .btn-dark svg{flex:0 0 auto}body.lks-wp-preview .site-header .btn-dark{gap:.45rem}body.lks-wp-preview .site-footer.lks-runtime-footer{display:block!important}body.lks-wp-preview .footer-accordion-content{color:inherit}body.lks-wp-preview .product-detail{width:100%}body.lks-wp-preview .mobile-bottom-nav a{text-decoration:none}

body.lks-wp-preview .site-header .brand-logo{width:138px!important;height:48px!important;object-fit:cover!important;display:block!important}body.lks-wp-preview .compact-brand img{width:112px!important;height:40px!important;object-fit:cover!important;display:block!important}

body.lks-wp-preview [class*="xpro-floating"],body.lks-wp-preview [class*="xpro-sticky"],body.lks-wp-preview [class*="xpro-badge"],body.lks-wp-preview [id*="xpro"]{display:none!important}

body.lks-wp-preview .xpro-theme-builder-frontend,body.lks-wp-preview .xpro-theme-builder-mount{display:none!important}

/* LKS Wala draft preview fixes: India checkout, step icons, controls, and contact parity. */
.lks-hidden-country,
body.lks-wp-preview .lks-hidden-country {
  display: none !important;
}

body.lks-wp-preview .woocommerce form .form-row select,
body.lks-wp-preview .woocommerce form .form-row .select2-container {
  width: 100% !important;
}

body.lks-wp-preview select.select2-hidden-accessible,
.woocommerce-checkout select.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  left: 0 !important;
  right: auto !important;
}

.search-control {
  --search-input-height: 42px;
  --search-clear-size: 30px;
}

.search-input {
  min-height: var(--search-input-height);
  padding-right: calc(var(--search-clear-size) + 1.25rem);
  appearance: none;
  -webkit-appearance: none;
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button,
.search-input::-webkit-search-results-button,
.search-input::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.search-input::-ms-clear,
.search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.search-clear {
  position: absolute;
  top: calc((var(--search-input-height) - var(--search-clear-size)) / 2);
  right: 8px;
  z-index: 2;
  width: var(--search-clear-size);
  height: var(--search-clear-size);
  min-width: var(--search-clear-size);
  min-height: var(--search-clear-size);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #f8fafc;
  color: var(--text-secondary);
  line-height: 0;
}

.search-clear[hidden] {
  display: none !important;
}

.search-clear svg {
  width: 15px;
  height: 15px;
  display: block;
  margin: 0;
}

.compact-search-form .search-control {
  --search-input-height: 44px;
  --search-clear-size: 32px;
}

.compact-search-form .search-input {
  padding-right: calc(var(--search-clear-size) + 1rem);
}

.compact-search-form .search-clear {
  right: 6px;
}

.checkout-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  margin: 0 0 1rem;
  padding: 10px 12px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
}

.checkout-progress-step {
  position: relative;
  min-width: 128px;
  display: grid;
  place-items: center;
  gap: 0.24rem;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-align: center;
}

.checkout-progress-step::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% + 16px);
  width: calc(100% - 32px);
  height: 2px;
  background: #dbeafe;
}

.checkout-progress-step:last-child::after {
  display: none;
}

.checkout-progress-step > span {
  z-index: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #bfdbfe;
  border-radius: 999px;
  background: #ffffff;
  line-height: 1;
}

.checkout-progress-step.is-active,
.checkout-progress-step.is-complete {
  color: var(--blue);
}

.checkout-progress-step.is-active > span,
.checkout-progress-step.is-complete > span {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.slider-controls {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  line-height: 1;
  font-size: 18px;
}

.slider-dots {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.slider-dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
  flex: 0 0 8px;
  padding: 0;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background 180ms ease, box-shadow 180ms ease;
}

.slider-dot.is-active {
  width: 8px;
  min-width: 8px;
  background: #0f172a;
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08);
}

.hero-slider {
  --hero-card-height: 480px;
}

.hero-product-card {
  height: var(--hero-card-height);
}

.hero-slider > .slider-controls {
  inset: auto 16px calc((100% - var(--hero-card-height)) / 2 + 16px) 16px;
}

.founder-stage {
  min-height: 580px;
}

.founder-stage > .founder-slide {
  inset: 0 0 56px 0;
}

.founder-stage > .slider-controls {
  inset: auto 16px 0 16px;
}

.gallery-controls {
  position: absolute;
  inset: auto 12px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: max-content;
  max-width: calc(100% - 24px);
  gap: 8px;
}

.gallery-controls .icon-btn,
.gallery-zoom-controls .icon-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 999px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.gallery-controls .icon-btn svg {
  width: 17px;
  height: 17px;
  display: block;
  margin: 0;
}

.gallery-controls .icon-btn:disabled,
.gallery-zoom-controls .icon-btn:disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background: rgba(248, 250, 252, 0.94);
}

.quantity-control,
.quantity-selector {
  width: max-content;
  max-width: 100%;
  display: inline-grid;
  grid-template-columns: 36px 48px 36px;
  align-items: stretch;
  overflow: hidden;
}

.quantity-control button,
.quantity-control input,
.quantity-selector button,
.quantity-value {
  width: 100%;
  min-width: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.quantity-value {
  min-width: 48px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 24px;
  align-items: start;
}

.contact-message-card,
.contact-details-card {
  min-width: 0;
}

.contact-field-grid {
  margin-top: 1rem;
}

.contact-message-card .field {
  margin: 0;
}

.contact-message-card .field span {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 850;
}

.contact-message-card input,
.contact-message-card textarea {
  min-height: 48px;
}

.contact-message-card textarea {
  min-height: 128px;
  max-width: 100%;
}

.contact-email-button {
  margin-top: 1rem;
}

.contact-address {
  margin-top: 0.8rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.contact-email-pill {
  max-width: 100%;
  min-width: 0;
  margin-top: 1rem;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.contact-social-link {
  min-width: 0;
  min-height: 44px;
  justify-content: center;
  color: var(--text);
  background: #ffffff;
  border-color: var(--border);
  text-align: center;
}

.contact-social-link svg {
  flex: 0 0 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-slider {
    --hero-card-height: 420px;
  }
}

@media (max-width: 767px) {
  .checkout-progress {
    justify-content: flex-start;
    margin-bottom: 0.85rem;
    border-radius: 12px;
  }

  .checkout-progress-step {
    min-width: 98px;
    font-size: 0.7rem;
  }

  .checkout-progress-step > span {
    width: 26px;
    height: 26px;
  }

  .hero-slider {
    --hero-card-height: 360px;
  }

  .hero-slider > .slider-controls {
    left: 12px;
    right: 12px;
  }

  .founder-stage {
    min-height: 500px;
  }

  .founder-stage > .founder-slide {
    inset: 0 0 58px 0;
  }

  .founder-slide img {
    height: 390px;
    max-height: 390px;
  }

  .founder-card {
    bottom: 5%;
  }

  .gallery-controls {
    inset: auto 10px 10px 10px;
    gap: 7px;
  }

  .gallery-controls .icon-btn,
  .gallery-zoom-controls .icon-btn {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    flex-basis: 38px;
  }

  .mobile-buy-bar {
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .mobile-buy-bar .quantity-selector {
    display: inline-grid;
    grid-template-columns: 30px 36px 30px;
  }

  .mobile-buy-bar .quantity-selector button,
  .mobile-buy-bar .quantity-value {
    min-height: 40px;
  }

  .mobile-buy-bar .quantity-value {
    min-width: 36px;
  }

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

  .contact-details-card {
    position: static;
  }

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

@media (max-width: 390px) {
  .founder-stage {
    min-height: 470px;
  }

  .founder-slide img {
    height: 360px;
    max-height: 360px;
  }

  .mobile-buy-bar .quantity-selector {
    grid-template-columns: 28px 32px 28px;
  }

  .mobile-buy-bar .btn-primary,
  .mobile-buy-bar .btn-dark {
    font-size: 0.7rem;
  }
}

@media (max-width: 339px) {
  .hero-slider {
    --hero-card-height: 330px;
  }

  .contact-social-links {
    grid-template-columns: 1fr;
  }
}

.founder-stage {
  padding-bottom: 88px !important;
  min-height: 620px !important;
}

.founder-stage > .founder-slide {
  inset: 0 0 88px 0 !important;
}

.founder-stage > .slider-controls {
  bottom: 20px !important;
}

.contact-message-card input:not([type="hidden"]) {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}

.contact-message-card textarea {
  min-height: 124px !important;
  max-height: 140px !important;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    overflow: hidden !important;
  }

  .product-detail > * {
    min-width: 0 !important;
  }

  .purchase-panel {
    grid-column: 1 / -1 !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 900px) {
  .founder-section {
    padding-bottom: 260px !important;
  }

  .founder-stage {
    display: block !important;
    padding-bottom: 0 !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  .founder-stage > .founder-slide.is-active {
    position: relative !important;
    inset: auto !important;
    min-height: 500px !important;
  }

  .founder-stage > .founder-slide:not(.is-active) {
    position: absolute !important;
    inset: 0 !important;
  }

  .founder-stage > .slider-controls {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 16px auto 0 !important;
  }
}

@media (max-width: 768px) {
  .contact-message-card form,
  .contact-form-grid,
  .contact-field-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-message-card .span-full,
  .contact-form-grid .span-full,
  .contact-field-grid .span-full {
    grid-column: 1 !important;
  }
}
