:root {
  --lk-bg: #151a1d;
  --lk-surface: #20272b;
  --lk-text: #f4f1ea;
  --lk-muted: #a9b0b2;
  --lk-accent: #28b7c7;
  --lk-border: rgba(255, 255, 255, 0.12);
  --lk-shell: min(1280px, calc(100vw - 64px));
  --lk-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --lk-body: Inter, "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  background: #151a1d;
  color: #f4f1ea;
  font-family: var(--lk-body);
}

.site-main,
.elementor-page .site-main,
.elementor-widget-luxe-kitchen-showcase .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.lk-showcase {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: clip;
  background: var(--lk-bg);
  color: var(--lk-text);
  font-family: var(--lk-body);
  line-height: 1.5;
}

.lk-showcase *,
.lk-showcase *::before,
.lk-showcase *::after {
  box-sizing: border-box;
}

.lk-showcase img {
  display: block;
  width: 100%;
  max-width: none;
}

.lk-showcase a {
  color: inherit;
  text-decoration: none;
}

.lk-shell {
  width: var(--lk-shell);
  margin-inline: auto;
}

.lk-announcement {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--lk-border);
  background: #0c1012;
  color: var(--lk-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.lk-announcement .lk-shell {
  padding-block: 10px;
}

.lk-header {
  position: absolute;
  inset: 35px 0 auto;
  z-index: 45;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(9, 13, 15, 0.82), rgba(9, 13, 15, 0.25));
  backdrop-filter: blur(12px);
  transition: background 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.lk-header.is-fixed {
  position: fixed;
  inset: 0 0 auto;
  background: rgba(10, 14, 16, 0.92);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.lk-header__inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.lk-brand {
  display: inline-flex;
  flex-direction: column;
  min-width: 180px;
  line-height: 1;
}

.lk-brand strong {
  font-family: var(--lk-display);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.lk-brand small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lk-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
}

.lk-nav a {
  position: relative;
  padding-block: 28px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lk-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px;
  height: 1px;
  background: var(--lk-accent);
  transition: right 0.3s ease;
}

.lk-nav a:hover::after,
.lk-nav a:focus-visible::after,
.lk-nav a.is-active::after {
  right: 0;
}

.lk-nav a.is-active { color: var(--lk-accent); }

.lk-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--lk-border);
  border-radius: 50%;
  background: transparent;
  color: var(--lk-text);
  cursor: pointer;
}

.lk-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.lk-hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  align-items: end;
  isolation: isolate;
}

.lk-hero__media,
.lk-hero__veil {
  position: absolute;
  inset: 0;
}

.lk-hero__media {
  z-index: -3;
  overflow: hidden;
}

.lk-hero__media img {
  height: 112%;
  object-fit: cover;
  object-position: center;
}

.lk-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 9, 10, 0.78) 0%, rgba(6, 9, 10, 0.35) 48%, rgba(6, 9, 10, 0.16) 100%),
    linear-gradient(0deg, var(--lk-bg) 0%, transparent 38%);
}

.lk-hero__content {
  padding: 210px 0 112px;
}

.lk-eyebrow {
  margin: 0 0 20px;
  color: var(--lk-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lk-hero h1,
.lk-section-head h2 {
  margin: 0;
  font-family: var(--lk-display);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.88;
  text-transform: uppercase;
}

.lk-hero h1 {
  max-width: 760px;
  font-size: clamp(68px, 10.5vw, 164px);
}

.lk-hero h1 em {
  display: block;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
}

.lk-hero__copy {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.75;
}

.lk-button {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  margin-top: 38px;
  padding: 16px 20px 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.lk-button i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--lk-accent);
  color: #061012;
  font-size: 15px;
  font-style: normal;
}

.lk-button:hover,
.lk-button:focus-visible {
  border-color: var(--lk-accent);
  background: var(--lk-accent);
  color: #071012;
  transform: translateY(-3px);
}

.lk-button:hover i,
.lk-button:focus-visible i {
  background: #071012;
  color: var(--lk-accent);
}

.lk-scroll-cue {
  position: absolute;
  right: max(32px, calc((100vw - 1280px) / 2));
  bottom: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: right center;
}

.lk-scroll-cue span {
  width: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.lk-scroll-cue span::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: var(--lk-accent);
  animation: lk-scroll-line 1.8s ease-in-out infinite;
}

@keyframes lk-scroll-line {
  from { transform: translateX(-100%); }
  to { transform: translateX(250%); }
}

.lk-section {
  position: relative;
  padding: clamp(90px, 10vw, 150px) 0;
}

.lk-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 56px;
}

.lk-section-head h2 {
  max-width: 820px;
  font-size: clamp(42px, 6.3vw, 92px);
}

.lk-section-head > p {
  max-width: 420px;
  margin: 0 0 4px;
  color: var(--lk-muted);
  font-size: 14px;
  line-height: 1.75;
}

.lk-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.lk-category {
  position: relative;
  grid-column: auto;
  overflow: hidden;
  border: 1px solid var(--lk-border);
  background: var(--lk-surface);
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.lk-category__image {
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
  background: #101416;
}

.lk-category__image img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
  transition: transform 0.7s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.5s ease;
}

.lk-category__body {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px;
}

.lk-category__body > span {
  align-self: start;
  color: var(--lk-accent);
  font-size: 8px;
  font-weight: 800;
}

.lk-category h3,
.lk-product h3,
.lk-feature h3 {
  margin: 0;
  font-family: var(--lk-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.lk-category h3 {
  font-size: 18px;
}

.lk-category p,
.lk-product p {
  margin: 6px 0 0;
  color: var(--lk-muted);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.lk-category__body i {
  align-self: end;
  color: var(--lk-accent);
  font-style: normal;
  transition: transform 0.3s ease;
}

.lk-category:hover,
.lk-category:focus-visible {
  border-color: var(--lk-accent);
  transform: translateY(-8px);
}

.lk-category:hover img,
.lk-category:focus-visible img {
  filter: saturate(1);
  transform: scale(1.06);
}

.lk-category:hover i,
.lk-category:focus-visible i {
  transform: translate(4px, -4px);
}

.lk-products {
  border-block: 1px solid var(--lk-border);
  background: #111619;
}

.lk-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--lk-border);
  background: var(--lk-border);
}

.lk-product {
  position: relative;
  background: var(--lk-surface);
  transition: background 0.35s ease;
}

.lk-product::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: var(--lk-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.lk-product__image {
  aspect-ratio: 1 / 1.06;
  overflow: hidden;
  background: #e7e7e6;
}

.lk-product__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.lk-product__body {
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}

.lk-product h3 {
  font-size: 19px;
}

.lk-product__body > span {
  color: var(--lk-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.lk-product:hover,
.lk-product:focus-visible {
  background: #252e32;
}

.lk-product:hover::before,
.lk-product:focus-visible::before {
  transform: scaleX(1);
}

.lk-product:hover img,
.lk-product:focus-visible img {
  transform: scale(1.04);
}

.lk-product:hover .lk-product__body > span,
.lk-product:focus-visible .lk-product__body > span {
  opacity: 1;
  transform: translateX(0);
}

.lk-details {
  padding-block: clamp(72px, 8vw, 112px);
}

.lk-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--lk-border);
}

.lk-feature {
  min-height: 240px;
  padding: 32px;
  border-right: 1px solid var(--lk-border);
}

.lk-feature:last-child {
  border-right: 0;
}

.lk-feature > span {
  display: block;
  margin-bottom: 56px;
  color: var(--lk-accent);
  font-size: 9px;
  font-weight: 800;
}

.lk-feature h3 {
  font-size: 21px;
}

.lk-feature p {
  max-width: 250px;
  margin: 14px 0 0;
  color: var(--lk-muted);
  font-size: 12px;
  line-height: 1.7;
}

.lk-footer {
  border-top: 1px solid var(--lk-border);
  background: #090d0f;
}

.lk-footer__main {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lk-footer__brand strong {
  font-family: var(--lk-display);
  font-size: clamp(42px, 7vw, 94px);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.lk-footer__brand p {
  margin: 6px 0 0;
  color: var(--lk-muted);
  font-size: 12px;
}

.lk-back-top {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lk-back-top span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--lk-border);
  border-radius: 50%;
  color: var(--lk-accent);
  transition: background 0.3s ease, color 0.3s ease;
}

.lk-back-top:hover span,
.lk-back-top:focus-visible span {
  background: var(--lk-accent);
  color: #071012;
}

.lk-footer__bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--lk-border);
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lk-motion-ready .lk-reveal,
.lk-motion-ready .lk-card,
.lk-motion-ready .lk-product {
  visibility: hidden;
}

.lk-default-content {
  width: min(960px, calc(100% - 40px));
  min-height: 70vh;
  margin-inline: auto;
  padding: 80px 0;
  color: #f4f1ea;
}

.lk-entry {
  margin-bottom: 56px;
}

.lk-entry__title {
  margin: 0 0 24px;
  font-size: clamp(36px, 6vw, 68px);
}

.lk-entry__title a {
  color: inherit;
}

/* Standard header and footer used by WooCommerce and inner pages. */
.lk-global-announcement {
  min-height: 34px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: #0a0f11;
  color: #9aa5a8;
  font-family: var(--lk-body);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}

.lk-global-header {
  position: relative;
  z-index: 90;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #131a1d;
  color: #f4f1ea;
}

.lk-global-shell {
  width: min(1280px, calc(100vw - 64px));
  margin-inline: auto;
}

.lk-global-header > .lk-global-shell {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.lk-global-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.lk-brand-logo,
.lk-footer-logo {
  position: relative;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid rgba(48,185,199,.72);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.24);
}
.lk-brand-logo { width: 56px; height: 56px; }
.lk-footer-logo { width: 88px; height: 88px; margin-bottom: 22px; }
.lk-brand-logo img,
.lk-footer-logo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.16); }
.lk-global-brand__text { display: flex; flex-direction: column; }
.lk-global-brand strong { font-family: var(--lk-display); font-size: 25px; font-weight: 900; letter-spacing: -.03em; }
.lk-global-brand small { margin-top: 6px; color: #8c989c; font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.lk-global-nav { margin-left: auto; }
.lk-global-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.lk-global-menu a,
.lk-shop-actions a { color: #e7e7e3; font-family: var(--lk-body); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.lk-global-menu a:hover,
.lk-shop-actions a:hover { color: #30b9c7; }
.lk-global-menu .current-menu-item > a,
.lk-global-menu .current_page_parent > a,
.lk-global-menu .current_page_item > a { position: relative; color: #30b9c7; }
.lk-global-menu .current-menu-item > a::after,
.lk-global-menu .current_page_parent > a::after,
.lk-global-menu .current_page_item > a::after { content: ""; position: absolute; inset: auto 0 -15px; height: 2px; background: #30b9c7; }

.lk-shop-actions { display: flex; align-items: center; gap: 18px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); }
.lk-cart-link { display: inline-flex; align-items: center; gap: 8px; }
.lk-cart-count { min-width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 50%; background: #30b9c7; color: #071215; font-size: 9px; }

.lk-global-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: transparent;
  color: #fff;
}

.lk-global-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; }

.lk-global-footer { border-top: 1px solid rgba(255,255,255,.12); background: #090d0f; color: #f1efe9; }
.lk-global-footer__main { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.lk-global-footer__main strong { font-family: var(--lk-display); font-size: 27px; font-weight: 900; letter-spacing: -.035em; }
.lk-global-footer__main p { margin: 4px 0 0; color: #8e9a9d; font-size: 12px; }
.lk-global-footer__main > a { display: inline-flex; align-items: center; gap: 12px; color: #eef0ed; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.lk-global-footer__main > a span { color: #30b9c7; }
.lk-global-footer__bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #6f7a7d; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lk-global-footer__main { min-height: 260px; display: grid; grid-template-columns: 1.35fr repeat(3, minmax(130px, .65fr)); align-items: start; padding-block: 62px; }
.lk-global-footer__main h2 { margin: 5px 0 20px; color: #edf0ed; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lk-global-footer__main ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lk-global-footer__main li,
.lk-global-footer__main p,
.lk-global-footer__main a { color: #899598; font-size: 10px; line-height: 1.65; text-decoration: none; }
.lk-global-footer__main a:hover { color: #30b9c7; }
.lk-global-footer__brand { padding-right: 35px; }
.lk-global-footer__brand strong { display: block; color: #f1efe9; }
.lk-global-footer__brand p { max-width: 260px; }

/* Elementor Library wrappers must stay layout-neutral for shared site parts. */
.elementor-widget-luxe-kitchen-header,
.elementor-widget-luxe-kitchen-footer,
.elementor-widget-luxe-kitchen-showcase,
.elementor-widget-luxe-kitchen-contact { margin: 0 !important; }

@media (max-width: 1024px) {
  :root { --lk-shell: min(100% - 40px, 960px); }

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

  .lk-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lk-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lk-feature:nth-child(2) { border-right: 0; }
  .lk-feature:nth-child(-n+2) { border-bottom: 1px solid var(--lk-border); }
}

@media (max-width: 760px) {
  :root { --lk-shell: calc(100% - 32px); }

  .lk-header { inset: 35px 0 auto; }
  .lk-header.is-fixed { inset: 0 0 auto; }
  .lk-header__inner { min-height: 66px; }
  .lk-brand { min-width: 0; }
  .lk-brand small { display: none; }
  .lk-menu-toggle { display: block; }

  .lk-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .lk-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .lk-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .lk-nav {
    position: absolute;
    inset: 66px 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 16px 20px;
    border-bottom: 1px solid var(--lk-border);
    background: rgba(9, 13, 15, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .lk-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .lk-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .lk-nav a::after { display: none; }

  .lk-hero { min-height: 820px; }
  .lk-hero__media img { height: 100%; object-position: 61% center; }
  .lk-hero__veil { background: linear-gradient(90deg, rgba(6, 9, 10, 0.8), rgba(6, 9, 10, 0.25)), linear-gradient(0deg, var(--lk-bg), transparent 55%); }
  .lk-hero__content { padding: 190px 0 84px; }
  .lk-hero h1 { font-size: clamp(58px, 19vw, 92px); }
  .lk-hero__copy { max-width: 90%; }
  .lk-scroll-cue { display: none; }

  .lk-section { padding-block: 84px; }
  .lk-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .lk-section-head h2 { font-size: clamp(42px, 13vw, 64px); }

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

  .lk-category:hover { transform: translateY(-5px); }

  .lk-product-grid { gap: 16px; border: 0; background: transparent; }
  .lk-product { border: 1px solid var(--lk-border); }

  .lk-feature,
  .lk-feature:nth-child(2) { min-height: auto; padding: 28px 6px; border-right: 0; border-bottom: 1px solid var(--lk-border); }
  .lk-feature:last-child { border-bottom: 0; }
  .lk-feature > span { margin-bottom: 30px; }

  .lk-footer__main { min-height: 280px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .lk-footer__bottom { min-height: 100px; align-items: flex-start; flex-direction: column; justify-content: center; }

  .lk-global-shell { width: calc(100vw - 32px); }
  .lk-global-header > .lk-global-shell { min-height: 70px; }
  .lk-brand-logo { width: 46px; height: 46px; }
  .lk-global-brand__text small { display: none; }
  .lk-global-brand__text strong { font-size: 20px; }
  .lk-global-toggle { display: block; margin-left: auto; }
  .lk-global-nav { position: absolute; inset: 70px 0 auto; margin: 0; padding: 12px 16px 20px; border-bottom: 1px solid rgba(255,255,255,.12); background: #101719; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
  .lk-global-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .lk-global-menu { display: grid; gap: 0; }
  .lk-global-menu a { display: block; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .lk-global-menu .current-menu-item > a::after,
  .lk-global-menu .current_page_parent > a::after,
  .lk-global-menu .current_page_item > a::after { display: none; }
  .lk-shop-actions { display: none; }
  .lk-global-footer__main { min-height: 250px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .lk-global-footer__bottom { min-height: 100px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .lk-global-footer__main { grid-template-columns: 1fr 1fr; min-height: auto; }
}

@media (max-width: 520px) {
  .lk-global-header > .lk-global-shell { gap: 10px; }
  .lk-global-brand__text { display: none; }
  .lk-global-footer__main { grid-template-columns: 1fr; gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lk-showcase *, .lk-showcase *::before, .lk-showcase *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .lk-motion-ready .lk-reveal, .lk-motion-ready .lk-card, .lk-motion-ready .lk-product { visibility: visible; }
}
