@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --bg: #f7f4ef;
  --surface: #ffffff;
  --surface-soft: #faf7f2;
  --line: #ede7df;
  --line-strong: #d7cdc0;
  --text: #151313;
  --muted: #736a63;
  --muted-2: #9f9488;
  --accent: #b6824d;
  --danger: #cf6b5b;
  --shadow: 0 20px 48px rgba(23, 17, 13, 0.05);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

html {
  background: #fbf9f6;
  color: var(--text);
}

body {
  margin: 0;
  font-family: var(--sans);
  background: linear-gradient(180deg, #fbf9f6 0%, #f6f1ea 100%);
  color: var(--text);
}

.page-home-reference {
  background: #ffffff;
}

body.luxora-home-page {
  background: #ffffff;
  color: #13100f;
}

.luxora-home {
  width: min(1402px, 100%);
  margin: 0 auto;
  background: #ffffff;
}

.luxora-header {
  border-top: 1px solid #ece6df;
  border-bottom: 1px solid #ece6df;
}

.luxora-header__utility,
.luxora-header__brandbar,
.luxora-nav,
.home-section,
.home-benefits,
.home-editorial,
.home-footer {
  padding-left: 38px;
  padding-right: 38px;
}

.luxora-header__utility {
  min-height: 59px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #ece6df;
}

.luxora-utility-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #1a1715;
  font-size: 13px;
  font-weight: 500;
}

.luxora-utility-item svg {
  width: 18px;
  height: 18px;
  color: #1b1715;
}

.luxora-header__currency {
  justify-self: end;
}

.luxora-header__currency button,
.home-language {
  border: 0;
  background: transparent;
  color: #161211;
  cursor: pointer;
}

.luxora-header__currency button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.luxora-header__brandbar {
  position: relative;
  min-height: 78px;
  display: grid;
  place-items: center;
}

.luxora-logo,
.home-footer__logo {
  font-family: var(--serif);
  font-size: clamp(3rem, 3.7vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.18em;
}

.luxora-header__actions {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 16px;
}

.luxora-icon-button {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #171312;
  cursor: pointer;
}

.luxora-icon-button svg {
  width: 100%;
  height: 100%;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxora-nav {
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #f0ebe5;
}

.luxora-nav__group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.luxora-nav__group:first-child {
  flex: 1 1 auto;
}

.luxora-nav__group:last-child {
  flex: 0 0 auto;
  justify-content: flex-end;
}

.luxora-nav a {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #181412;
}

.luxora-nav a.is-sale {
  color: #c87158;
}

.home-hero {
  position: relative;
  padding: 0 0 0;
}

.home-hero__art {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: linear-gradient(90deg, #f2ebe3 0%, #eee6dc 36%, #ebe2d8 55%, #ece4dc 100%);
}

.home-hero__texture,
.home-hero__model {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.home-hero__texture--left {
  left: 0;
  width: 31%;
  background:
    linear-gradient(90deg, rgba(245, 239, 232, 0.98), rgba(242, 235, 227, 0.82)),
    repeating-linear-gradient(
      90deg,
      rgba(206, 194, 180, 0.28) 0 42px,
      rgba(244, 238, 231, 0.24) 42px 116px
    );
}

.home-hero__texture--center {
  left: 25%;
  width: 34%;
  background: linear-gradient(90deg, rgba(244, 237, 228, 0.96), rgba(239, 232, 223, 0.82));
  opacity: 1;
  filter: none;
}

.home-hero__model {
  right: 0;
  width: 46%;
  object-position: left top;
}

.home-hero__mask {
  display: none;
}

.home-hero__copy {
  position: absolute;
  left: 185px;
  top: 52px;
  z-index: 2;
}

.home-hero__copy::before {
  content: "";
  position: absolute;
  inset: -28px -46px -18px -28px;
  background: rgba(244, 237, 229, 0.84);
  z-index: -1;
}

.home-eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #26201d;
  text-transform: uppercase;
}

.home-hero__copy h1 {
  margin-top: 16px;
  font-family: var(--serif);
  font-size: 5.3rem;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: #171312;
}

.home-hero__lead {
  margin: 24px 0 0;
  font-size: 19px;
  line-height: 1.45;
  color: #1b1715;
}

.home-search {
  position: relative;
  z-index: 3;
  width: calc(100% - 364px);
  margin: -26px auto 0;
  height: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px 244px;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(66, 45, 31, 0.11);
}

.home-search__field {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 24px;
}

.home-search__field svg,
.home-search__submit svg,
.home-search__camera svg {
  width: 26px;
  height: 26px;
}

.home-search__field svg {
  color: #47403d;
  flex: 0 0 auto;
}

.home-search__field input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #181312;
  font-size: 15px;
  outline: none;
}

.home-search__field input::placeholder {
  color: #7f756e;
}

.home-search__submit {
  align-self: center;
  justify-self: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #121010;
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.home-search__image {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 23px;
  border-left: 1px solid #e7e0d8;
  text-align: left;
  cursor: pointer;
}

.home-search__camera {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fbf8f4;
  color: #161211;
  flex: 0 0 auto;
}

.home-search__image strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #171312;
}

.home-search__image small {
  display: block;
  margin-top: 3px;
  color: #716862;
  font-size: 12px;
}

.home-section {
  padding-top: 50px;
}

.home-section__title {
  margin: 0 0 18px;
  font-size: 29px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.home-categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.home-category-card {
  min-height: 128px;
  border: 1px solid #ece4dc;
  border-radius: 4px;
  background: linear-gradient(180deg, #f8f4ef 0%, #f4efea 100%);
  display: grid;
  grid-template-columns: 1fr 44.5%;
  overflow: hidden;
}

.home-category-card__copy {
  padding: 42px 0 0 18px;
}

.home-category-card__copy h3 {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.home-category-card__copy span {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  color: #191412;
}

.home-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-benefits {
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 17px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  border-top: 1px solid #eee6de;
  border-bottom: 1px solid #eee6de;
}

.home-benefits article {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-benefits__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #181412;
  flex: 0 0 auto;
}

.home-benefits__icon svg {
  width: 24px;
  height: 24px;
}

.home-benefits strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.home-benefits small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: #6d635c;
}

.home-editorial {
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-editorial-card {
  min-height: 134px;
  border: 1px solid #ece4dc;
  border-radius: 4px;
  background: linear-gradient(180deg, #fbf8f4 0%, #f2ece5 100%);
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}

.home-editorial-card__copy {
  padding: 18px 12px 16px 18px;
}

.home-editorial-card__copy p:not(.home-eyebrow) {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #1a1513;
}

.home-editorial-card__copy a {
  display: inline-block;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #14100f;
}

.home-editorial-card img {
  width: 120px;
  height: 100%;
  object-fit: cover;
}

.home-editorial-card--blog img {
  width: 102px;
}

.home-footer {
  margin-top: 18px;
  padding-top: 20px;
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: 1.18fr 1.1fr 0.88fr;
  gap: 42px;
  border-top: 1px solid #eee6de;
}

.home-footer__newsletter p:not(.home-eyebrow) {
  margin: 14px 0 0;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.65;
  color: #2c2521;
}

.home-newsletter-form {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 122px;
  gap: 0;
  max-width: 304px;
}

.home-newsletter-form input {
  height: 44px;
  padding: 0 15px;
  border: 1px solid #ddd4ca;
  border-right: 0;
  font-size: 13px;
}

.home-newsletter-form button {
  height: 44px;
  border: 1px solid #101010;
  background: #111111;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.home-footer__copyright {
  display: inline-block;
  margin-top: 50px;
  font-size: 12px;
  color: #4c443f;
}

.home-footer__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.home-footer__links h4 {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home-footer__links a {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  color: #2c2521;
}

.home-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  text-align: center;
}

.home-footer__brand p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2b2420;
}

.home-socials {
  display: flex;
  gap: 11px;
  margin-top: 22px;
}

.home-socials a {
  width: 31px;
  height: 31px;
  border: 1px solid #d7cec4;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  text-transform: lowercase;
  color: #1b1614;
}

.home-language {
  margin-top: 24px;
  min-width: 145px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid #ddd4ca;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #ffffff;
  font-size: 14px;
}

.home-language__flag {
  width: 18px;
  height: 12px;
  border: 1px solid #d7d0c8;
  background:
    linear-gradient(180deg, #b22234 0 14.28%, #fff 14.28% 28.56%, #b22234 28.56% 42.84%, #fff 42.84% 57.12%, #b22234 57.12% 71.4%, #fff 71.4% 85.68%, #b22234 85.68% 100%);
  position: relative;
}

.home-language__flag::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 42%;
  height: 54%;
  background: #3c3b6e;
}

@media (max-width: 1180px) {
  .luxora-header__utility,
  .luxora-header__brandbar,
  .luxora-nav,
  .home-section,
  .home-benefits,
  .home-editorial,
  .home-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .luxora-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .luxora-nav__group {
    gap: 18px;
  }

  .home-hero__copy {
    left: 42px;
    top: 44px;
  }

  .home-hero__copy h1 {
    font-size: 4.2rem;
  }

  .home-search {
    width: calc(100% - 120px);
  }

  .home-categories,
  .home-benefits,
  .home-editorial,
  .home-footer,
  .home-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-footer__brand {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .luxora-header__utility {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .luxora-header__currency {
    justify-self: start;
  }

  .luxora-header__brandbar {
    min-height: 66px;
  }

  .luxora-logo,
  .home-footer__logo {
    font-size: 2.35rem;
    letter-spacing: 0.13em;
  }

  .luxora-header__actions {
    right: 20px;
    gap: 10px;
  }

  .luxora-nav a {
    font-size: 12px;
  }

  .home-hero__art {
    height: auto;
    min-height: 420px;
  }

  .home-hero__texture--left,
  .home-hero__texture--center {
    display: none;
  }

  .home-hero__model {
    position: relative;
    width: 100%;
    height: 230px;
    object-position: center top;
  }

  .home-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    padding: 30px 20px 0;
  }

  .home-hero__copy h1 {
    font-size: 3rem;
  }

  .home-hero__lead {
    font-size: 16px;
  }

  .home-search {
    width: calc(100% - 24px);
    margin-top: 18px;
    grid-template-columns: 1fr;
    height: auto;
    gap: 10px;
    padding: 12px;
  }

  .home-search__field {
    height: 52px;
    border: 1px solid #e7ded4;
    border-radius: 10px;
    padding: 0 16px;
  }

  .home-search__submit,
  .home-search__image {
    width: 100%;
    justify-self: stretch;
  }

  .home-search__submit {
    border-radius: 10px;
    height: 52px;
  }

  .home-search__image {
    border: 1px solid #e7ded4;
    border-radius: 10px;
    height: 58px;
    justify-content: center;
  }

  .home-categories,
  .home-benefits,
  .home-editorial,
  .home-footer,
  .home-footer__links {
    grid-template-columns: 1fr;
  }

  .home-category-card,
  .home-editorial-card {
    grid-template-columns: 1fr 42%;
  }

  .home-footer__copyright {
    margin-top: 28px;
  }
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.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;
}

.reference-home {
  min-height: 100vh;
  padding: 0;
  background: #ffffff;
}

.reference-home__canvas {
  position: relative;
  width: min(1402px, 100vw);
  margin: 0 auto;
}

.reference-home__background {
  display: block;
  width: 100%;
  height: auto;
}

.reference-hotspot,
.reference-hotspot-nav a,
.reference-top-actions a,
.reference-category-links a,
.reference-editorial-links a,
.reference-footer-links a,
.reference-search__submit,
.reference-search__image {
  position: absolute;
  display: block;
  border-radius: 4px;
}

.reference-hotspot:focus-visible,
.reference-hotspot-nav a:focus-visible,
.reference-top-actions a:focus-visible,
.reference-category-links a:focus-visible,
.reference-editorial-links a:focus-visible,
.reference-footer-links a:focus-visible,
.reference-search__submit:focus-visible,
.reference-search__image:focus-visible,
.reference-search__input input:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.45);
  outline-offset: 2px;
}

.reference-hotspot--brand {
  left: 45.8%;
  top: 1.1%;
  width: 12.1%;
  height: 4.5%;
}

.reference-hotspot-nav a,
.reference-top-actions a,
.reference-category-links a,
.reference-editorial-links a,
.reference-footer-links a,
.reference-hotspot {
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.reference-hotspot-nav {
  position: absolute;
  top: 6.2%;
  display: flex;
  gap: 0.25%;
}

.reference-hotspot-nav--left {
  left: 2.2%;
  width: 39.5%;
}

.reference-hotspot-nav--right {
  left: 68.3%;
  width: 29.4%;
}

.reference-hotspot-nav a {
  position: relative;
  flex: 1 1 0;
  min-height: 28px;
}

.reference-top-actions {
  position: absolute;
  right: 2.15%;
  top: 1.2%;
  width: 14.4%;
  height: 3.65%;
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: 3.8%;
}

.reference-top-actions a {
  position: relative;
  min-height: 100%;
}

.reference-search {
  position: absolute;
  left: 13.12%;
  top: 34.22%;
  width: 74.04%;
  height: 5.79%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 7.4% 23.1%;
  align-items: stretch;
}

.reference-search__input {
  position: relative;
  display: block;
}

.reference-search__input input {
  width: 100%;
  height: 100%;
  padding: 0 3.6% 0 6.2%;
  border: 0;
  background: transparent;
  color: #1b1715;
  font-size: clamp(14px, 1.18vw, 18px);
  font-family: var(--sans);
}

.reference-search__input input::placeholder {
  color: transparent;
}

.reference-search__submit,
.reference-search__image {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.reference-search__submit {
  width: 100%;
  height: 100%;
}

.reference-search__image {
  width: 100%;
  height: 100%;
}

.reference-category-links {
  position: absolute;
  left: 7.7%;
  top: 46.88%;
  width: 85.65%;
  height: 11.55%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.15%;
}

.reference-category-links a {
  position: relative;
  min-height: 100%;
}

.reference-editorial-links {
  position: absolute;
  left: 7.4%;
  top: 67.08%;
  width: 86.7%;
  height: 11.94%;
  display: grid;
  grid-template-columns: 1.1fr 1.14fr 1.24fr 1.1fr;
  gap: 1.2%;
}

.reference-editorial-links a {
  position: relative;
  min-height: 100%;
}

.reference-footer-links {
  position: absolute;
  top: 85.2%;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  row-gap: 2.6%;
}

.reference-footer-links a {
  position: relative;
  min-height: 100%;
}

.reference-footer-links--shop {
  left: 34.7%;
  width: 10.5%;
  height: 9.9%;
}

.reference-footer-links--customer {
  left: 46.4%;
  width: 12.4%;
  height: 10.3%;
}

.reference-footer-links--company {
  left: 57.9%;
  width: 10.9%;
  height: 10.3%;
}

.site-shell {
  width: min(1524px, calc(100vw - 36px));
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

.topbar,
.masthead,
.subnav,
.section,
.site-footer,
.catalog-layout,
.detail-page,
.static-page {
  padding-left: 28px;
  padding-right: 28px;
}

.topbar {
  min-height: 33px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.topbar__center {
  justify-self: center;
}

.topbar__right {
  justify-self: end;
}

.masthead {
  min-height: 64px;
  display: grid;
  grid-template-columns: 180px 1fr 160px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.brand {
  justify-self: center;
  font-family: var(--serif);
  font-size: 2.18rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.brand--footer {
  justify-self: start;
}

.main-nav,
.subnav {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.subnav {
  justify-content: flex-start;
  min-height: 32px;
  align-items: center;
  gap: 14px;
  color: var(--muted);
}

.main-nav a,
.subnav a {
  color: var(--muted);
}

.main-nav a.is-active,
.subnav a.is-active,
.main-nav a:hover,
.subnav a:hover {
  color: var(--text);
}

.nav-sale {
  color: var(--danger) !important;
}

.header-actions {
  justify-self: end;
  display: flex;
  gap: 8px;
}

.icon-button {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.section {
  padding-top: 24px;
  padding-bottom: 8px;
}

.section--compact {
  padding-top: 18px;
}

.section__heading--tight {
  margin-bottom: 12px;
}

.section__heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 16px;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.1rem, 4.2vw, 4.35rem);
}

h2 {
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.text-link {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero {
  padding: 12px 28px 0;
}

.hero__frame {
  min-height: 386px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(245, 239, 231, 0.98) 0%, rgba(245, 239, 231, 0.91) 31%, rgba(255, 255, 255, 0.07) 64%),
    url("https://images.unsplash.com/photo-1496747611176-843222e1e57c?auto=format&fit=crop&w=1600&q=80") center 24%/cover;
}

.hero__content {
  width: min(560px, 100%);
  padding: 40px 36px 28px;
}

.hero__copy {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.72;
  max-width: 352px;
}

.hero__search {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px 168px;
  gap: 8px;
  align-items: stretch;
  max-width: 520px;
}

.hero__search input,
.catalog-search input,
.newsletter-form input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
}

.hero__search input,
.catalog-search input,
.newsletter-form input,
.contact-form input {
  height: 46px;
  border-radius: 10px;
  padding: 0 18px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 16px;
  border-radius: var(--radius-md);
  resize: vertical;
}

.search-submit,
.image-search-button,
.catalog-search button,
.button,
.newsletter-form button,
.contact-form button,
.pagination button,
.ghost-button {
  height: 46px;
  border-radius: 10px;
  border: 1px solid var(--text);
  cursor: pointer;
}

.search-submit,
.catalog-search button,
.button--dark,
.newsletter-form button,
.contact-form button {
  background: var(--text);
  color: white;
}

.image-search-button,
.button--light,
.ghost-button {
  background: white;
  color: var(--text);
  border-color: var(--line-strong);
}

.image-search-button--hero {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 2px;
  padding: 0 14px;
  text-align: left;
}

.image-search-button--hero span {
  font-size: 0.76rem;
  font-weight: 600;
}

.image-search-button--hero small {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.category-card {
  display: grid;
  grid-template-columns: 1fr 88px;
  min-height: 102px;
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}

.category-card__copy {
  padding: 16px 14px;
}

.category-card__copy h3 {
  font-size: 1rem;
  line-height: 1.12;
}

.category-card__copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.category-card__image {
  background: #f5f0e8;
}

.category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-row {
  margin: 10px 28px 0;
  padding: 16px 0 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-row article {
  display: flex;
  gap: 12px;
  align-items: center;
}

.feature-row__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 0.67rem;
}

.feature-row strong {
  display: block;
  font-size: 0.74rem;
}

.feature-row span {
  display: block;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

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

.editorial-card {
  min-height: 164px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  position: relative;
  overflow: hidden;
}

.editorial-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.editorial-grid--home {
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
}

.editorial-card__copy {
  position: relative;
  z-index: 2;
  max-width: 170px;
}

.editorial-card__link {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-card__visual {
  position: absolute;
  inset: auto 0 0 auto;
}

.editorial-card--bag {
  background: linear-gradient(180deg, #f7f2ec 0%, #f1ebe2 100%);
}

.editorial-card--watch,
.editorial-card--story {
  background: linear-gradient(180deg, #faf7f2 0%, #f0eae0 100%);
}

.editorial-card--auth {
  background:
    linear-gradient(180deg, rgba(24, 19, 19, 0.12), rgba(24, 19, 19, 0.52)),
    url("https://images.unsplash.com/photo-1523170335258-f5ed11844a49?auto=format&fit=crop&w=900&q=80") center/cover;
  color: white;
}

.editorial-card--auth .eyebrow,
.editorial-card--auth h3,
.editorial-card--auth .editorial-card__link {
  color: white;
}

.editorial-card__visual--bag,
.editorial-card__visual--story {
  right: 12px;
  bottom: 0;
  width: 112px;
  height: 120px;
  border-radius: 18px 18px 0 0;
  background-size: cover;
  background-position: center;
}

.editorial-card__visual--bag {
  background-image: url("https://images.unsplash.com/photo-1584917865442-de89df76afd3?auto=format&fit=crop&w=900&q=80");
}

.editorial-card__visual--watch {
  right: 8px;
  bottom: 12px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.1)),
    url("https://images.unsplash.com/photo-1523170335258-f5ed11844a49?auto=format&fit=crop&w=900&q=80") center/cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.editorial-card__visual--story {
  background-image: url("https://images.unsplash.com/photo-1529139574466-a303027c1d8b?auto=format&fit=crop&w=900&q=80");
}

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

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

.product-card {
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}

.product-card__image {
  position: relative;
  aspect-ratio: 0.9;
  background: #f6f2ec;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__wish {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
}

.product-card__body {
  padding: 12px 10px 14px;
}

.product-card__title {
  font-size: 0.82rem;
  line-height: 1.5;
  min-height: 2.4em;
}

.product-card__price {
  margin-top: 8px;
  font-size: 0.84rem;
  font-weight: 700;
}

.product-card__code {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.74rem;
}

.product-card--skeleton {
  pointer-events: none;
}

.skeleton-block,
.skeleton-line {
  position: relative;
  overflow: hidden;
  background: #eee7de;
}

.skeleton-block::after,
.skeleton-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  animation: luxora-skeleton 1.25s ease-in-out infinite;
}

.skeleton-line {
  height: 11px;
  border-radius: 999px;
}

.skeleton-line--title {
  width: 82%;
  margin-top: 2px;
}

.skeleton-line--short {
  width: 38%;
  margin-top: 14px;
}

.skeleton-line--tiny {
  width: 54%;
  margin-top: 12px;
}

.site-footer {
  padding-top: 18px;
  padding-bottom: 30px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding-bottom: 22px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 260px 110px;
  gap: 8px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.footer-bottom {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.footer-language {
  min-width: 98px;
  height: 34px;
  border: 1px solid var(--line-strong);
  background: white;
  color: var(--text);
  border-radius: 8px;
  cursor: pointer;
}

.footer-columns h4 {
  margin: 0 0 10px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-columns a,
.footer-columns p {
  display: block;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.84rem;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
  padding-top: 18px;
  padding-bottom: 32px;
}

.catalog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-card {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 18px 16px;
}

.catalog-search {
  display: grid;
  gap: 8px;
}

.image-search-button--full {
  width: 100%;
  margin-top: 8px;
}

.sidebar-group {
  margin-top: 18px;
}

.sidebar-title {
  margin: 0 0 10px;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sidebar-list a,
.sidebar-list button,
.sidebar-option {
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.84rem;
}

.sidebar-list .is-active {
  color: var(--text);
  font-weight: 700;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 16px;
}

.catalog-breadcrumb {
  margin: 0 0 8px;
  display: flex;
  gap: 6px;
  color: var(--muted);
  font-size: 0.72rem;
}

.catalog-count,
.catalog-toolbar__meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.catalog-toolbar__meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-sort {
  height: 36px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 0 12px;
}

.search-result-banner {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid #e2d6ca;
  background: #fbf5ee;
  color: #8a6540;
  font-size: 0.84rem;
}

.pagination {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.pagination button {
  min-width: 110px;
  background: var(--text);
  color: white;
}

.pagination button[disabled] {
  opacity: 0.32;
  cursor: not-allowed;
}

.detail-page {
  padding-top: 16px;
  padding-bottom: 34px;
}

.back-link {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.82rem;
}

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

.detail-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.detail-thumb {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 0;
  cursor: pointer;
}

.detail-thumb.is-active {
  border-color: var(--text);
}

.detail-thumb img {
  width: 100%;
  aspect-ratio: 0.95;
  object-fit: cover;
}

.detail-thumb--skeleton {
  display: block;
  aspect-ratio: 0.95;
  cursor: default;
}

.detail-main-panel {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 22px;
}

.detail-main-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.9;
  background: #f7f2eb;
  display: grid;
  place-items: center;
}

.detail-main-image.is-zoomable {
  cursor: zoom-in;
}

.detail-main-image.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  animation: luxora-skeleton 1.25s ease-in-out infinite;
  z-index: 1;
}

.detail-main-image.is-loading img {
  opacity: 0;
  visibility: hidden;
}

.detail-main-image.is-loading {
  cursor: default;
}

.detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.18s ease;
}

.detail-summary {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 28px 24px;
}

.image-lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: start center;
  box-sizing: border-box;
  padding: clamp(22px, 4vh, 44px) 20px clamp(48px, 7vh, 78px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.image-lightbox.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.image-lightbox__scrim {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 14, 12, 0.82);
  cursor: zoom-out;
}

.image-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(1180px, calc(100vw - 40px));
  height: min(760px, calc(100vh - 130px));
  transform: translateY(-2vh);
}

.image-lightbox__dialog img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-height: 100%;
  object-fit: contain;
}

.image-lightbox__close,
.image-lightbox__nav {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.92);
  color: #181512;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.18s ease, transform 0.18s ease;
}

.image-lightbox__close:hover,
.image-lightbox__nav:hover {
  background: #fff;
  transform: translateY(-1px);
}

.image-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  font-size: 1.5rem;
  line-height: 1;
}

.image-lightbox__nav {
  min-width: 68px;
  padding: 13px 15px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-summary.is-loading .detail-actions {
  opacity: 0.35;
  pointer-events: none;
}

.detail-loading-line {
  position: relative;
  display: block;
  overflow: hidden;
  color: transparent;
  background: #eee7de;
  border-radius: 999px;
}

.detail-loading-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  animation: luxora-skeleton 1.25s ease-in-out infinite;
}

.detail-loading-line--eyebrow {
  width: 96px;
  height: 12px;
}

.detail-loading-line--title {
  width: min(100%, 420px);
  height: 96px;
  border-radius: 10px;
}

.detail-loading-line--price {
  width: 88px;
  height: 18px;
}

.detail-loading-line--description {
  width: 100%;
  height: 86px;
  border-radius: 10px;
}

.detail-loading-line--details {
  min-height: 124px;
  border-radius: 10px;
}

.detail-price {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.detail-badges {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.detail-badges span {
  padding: 6px 10px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  font-size: 0.74rem;
}

.detail-actions {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.button {
  width: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  text-decoration: none;
}

.inquiry-button {
  border: 1px solid transparent;
  font-weight: 700;
}

.inquiry-button--whatsapp {
  background: #1f8f5f;
  border-color: #1b7c54;
  color: white;
}

.inquiry-button--email {
  background: #f7f3ed;
  border-color: #d8c8b5;
  color: #5f4a34;
}

.inquiry-button--support {
  background: #22242a;
  border-color: #22242a;
  color: white;
}

.detail-description {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.92rem;
}

.detail-meta-row {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.detail-meta-row article {
  color: var(--muted);
  font-size: 0.78rem;
}

.detail-meta-row strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.detail-tabs {
  margin-top: 20px;
  border-top: 1px solid var(--line);
}

.detail-tab-nav {
  display: flex;
  gap: 18px;
  padding-top: 12px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.detail-tab-content {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.8;
}

.product-detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.product-detail-list div {
  display: grid;
  grid-template-columns: minmax(96px, 0.32fr) 1fr;
  gap: 14px;
}

.product-detail-list dt {
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.product-detail-list dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.related-section {
  margin-top: 24px;
}

.translation-debug {
  margin-top: 22px;
  border: 1px solid #d7cab8;
  background: #fffaf1;
  padding: 18px;
}

.translation-debug__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #e4d7c5;
  padding-bottom: 12px;
}

.translation-debug__header h2 {
  margin-top: 4px;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.translation-debug__header > span {
  flex: 0 0 auto;
  border: 1px solid #d7cab8;
  background: #fff;
  padding: 6px 9px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.translation-debug__body {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.translation-debug__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
}

.translation-debug__meta span {
  border: 1px solid #e4d7c5;
  background: #fff;
  padding: 6px 8px;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.translation-debug__row {
  border: 1px solid #e4d7c5;
  background: #fff;
  padding: 12px;
}

.translation-debug__row h3 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.translation-debug__columns {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.translation-debug__columns div {
  border: 1px solid var(--line);
  background: var(--surface-soft);
  padding: 10px;
}

.translation-debug__columns span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.translation-debug__columns p,
.translation-debug__notice p {
  color: var(--text);
  line-height: 1.7;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}

.translation-debug__notice {
  border: 1px solid #e4d7c5;
  background: #fff;
  padding: 14px;
}

.translation-debug__notice strong {
  display: block;
  margin-bottom: 6px;
}

.translation-debug__notice a {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid var(--text);
  padding: 8px 12px;
  color: var(--text);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.static-page {
  padding-top: 18px;
  padding-bottom: 30px;
}

.static-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.76) 42%, rgba(255, 255, 255, 0.08) 100%),
    url("https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.static-copy {
  max-width: 520px;
}

.static-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.info-updated {
  margin: 8px 0 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-document {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 34px 38px;
}

.info-section + .info-section {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.info-section h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.2;
}

.info-section p,
.info-list {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.78;
}

.info-section p {
  margin: 0;
}

.info-section p + p {
  margin-top: 12px;
}

.info-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.info-list li + li {
  margin-top: 8px;
}

.about-grid,
.auth-steps,
.blog-layout,
.contact-layout,
.metrics-grid {
  display: grid;
  gap: 16px;
}

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

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

.about-manifesto,
.about-process,
.about-split,
.article-body {
  border: 1px solid var(--line);
  background: var(--surface);
}

.about-manifesto {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px 38px;
}

.about-manifesto h2,
.about-split h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
}

.about-manifesto p:not(.eyebrow),
.about-split p,
.process-steps p,
.article-section p {
  color: var(--muted);
  line-height: 1.78;
}

.about-manifesto p:not(.eyebrow) {
  max-width: 760px;
}

.about-process {
  padding: 28px;
}

.process-steps {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-steps article {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.process-steps span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.process-steps h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.about-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  padding: 34px 38px;
}

.about-card,
.blog-card,
.auth-card,
.faq-list details,
.contact-card,
.contact-form,
.metric-card {
  border: 1px solid var(--line);
  background: var(--surface);
}

.about-card,
.auth-card,
.contact-card,
.contact-form,
.metric-card {
  padding: 22px;
}

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

.metric-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
}

.metric-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.blog-layout {
  grid-template-columns: 1.05fr 0.95fr;
}

.blog-category-filter {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-category-filter a {
  min-height: 36px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  text-decoration: none;
}

.blog-category-filter a.is-active,
.blog-category-filter a:hover {
  border-color: var(--text);
  background: var(--text);
  color: var(--surface);
}

.blog-feature {
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
  color: var(--text);
}

.blog-feature img {
  aspect-ratio: 1.06;
  object-fit: cover;
}

.blog-feature__body {
  padding: 16px;
}

.blog-list {
  display: grid;
  gap: 12px;
}

.blog-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  padding: 12px;
  color: var(--text);
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.blog-feature:hover,
.blog-card:hover {
  border-color: #d7c6b5;
  transform: translateY(-1px);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
}

.blog-card h3 {
  font-size: 1.15rem;
}

.article-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--surface);
}

.article-hero__copy {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-hero__copy h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: 0.98;
}

.article-hero__copy p:not(.eyebrow),
.article-hero__copy span {
  color: var(--muted);
  line-height: 1.7;
}

.article-hero__copy span {
  margin-top: 18px;
  font-size: 0.85rem;
}

.article-hero img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px 42px;
}

.article-section + .article-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.article-section h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 1.8rem;
}

.article-section p {
  margin: 0;
}

.article-section p + p {
  margin-top: 14px;
}

.article-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-related a {
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 18px;
  color: var(--text);
}

.article-related span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-related strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.25;
}

.blog-card p,
.auth-card p,
.contact-card p,
.faq-list p,
.about-card p {
  color: var(--muted);
  line-height: 1.7;
}

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

.auth-step {
  text-align: center;
}

.auth-step__icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.faq-cta {
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.contact-layout {
  grid-template-columns: 0.44fr 0.56fr;
}

.contact-card {
  display: grid;
  gap: 16px;
}

.contact-card__block strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.admin-body {
  min-height: 100vh;
  background: #eef1f5;
  color: #17202a;
}

.admin-page {
  min-height: 100vh;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
}

.admin-sidebar {
  min-height: 100vh;
  padding: 20px 16px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #111827;
  color: #f8fafc;
}

.admin-brand {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.admin-brand span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: #2f7d68;
  font-family: var(--serif);
  font-size: 1.35rem;
}

.admin-brand strong {
  letter-spacing: 0.08em;
}

.admin-nav {
  margin-top: 26px;
  display: grid;
  align-content: start;
  gap: 6px;
}

.admin-nav button,
.admin-sidebar__footer button,
.admin-sidebar__footer a {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #cbd5e1;
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.admin-nav button:hover,
.admin-sidebar__footer button:hover,
.admin-sidebar__footer a:hover,
.admin-nav button.is-active {
  background: #1f2937;
  color: #ffffff;
}

.admin-nav button.is-active {
  box-shadow: inset 3px 0 0 #2f7d68;
}

.admin-sidebar__footer {
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.admin-workspace {
  min-width: 0;
  background: #eef1f5;
}

.admin-topbar {
  min-height: 76px;
  padding: 16px 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #d9dee8;
  background: #ffffff;
}

.admin-topbar p,
.admin-panel__header span,
.admin-stat span,
.admin-stat small {
  margin: 0;
  color: #64748b;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-topbar h1 {
  margin: 4px 0 0;
  font-size: 1.45rem;
}

.admin-topbar > span {
  padding: 8px 10px;
  border: 1px solid #c9d6d0;
  border-radius: 999px;
  color: #23624f;
  background: #edf8f4;
  font-size: 0.8rem;
}

.admin-content {
  padding: 24px 28px 38px;
}

.admin-content-panel[hidden] {
  display: none;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.admin-stat,
.admin-panel {
  border: 1px solid #dce2ea;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.admin-stat {
  min-height: 126px;
  padding: 18px;
}

.admin-stat strong {
  display: block;
  margin-top: 14px;
  font-size: 2rem;
  line-height: 1;
}

.admin-stat small {
  display: block;
  margin-top: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.admin-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.admin-panel {
  min-width: 0;
  padding: 18px;
  overflow-x: auto;
}

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

.admin-panel__header h2 {
  margin: 0;
  font-size: 1.08rem;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.admin-table th,
.admin-table td {
  padding: 11px 8px;
  border-top: 1px solid #e4e9f0;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: #64748b;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-message-list {
  display: grid;
  gap: 12px;
}

.admin-message {
  padding: 14px;
  border: 1px solid #e1e7ef;
  border-radius: 8px;
  background: #f8fafc;
}

.admin-message div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.admin-message span,
.admin-message a,
.admin-message p {
  color: #64748b;
}

.admin-message a {
  display: inline-block;
  margin-top: 8px;
}

.admin-message__subject {
  margin: 12px 0 6px;
  color: #17202a !important;
  font-weight: 700;
}

.admin-bot-card {
  display: grid;
  gap: 12px;
  color: #64748b;
  line-height: 1.7;
}

.admin-bot-card code {
  display: inline-block;
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid #dce2ea;
  border-radius: 6px;
  background: #f8fafc;
  color: #17202a;
}

.admin-settings-form {
  display: grid;
  gap: 16px;
  max-width: 720px;
}

.admin-settings-form label {
  display: grid;
  gap: 8px;
  color: #17202a;
  font-weight: 700;
}

.admin-settings-form label span {
  color: #64748b;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-settings-form input,
.admin-blog-form input,
.admin-blog-form textarea,
.admin-blog-form select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background: #ffffff;
  color: #17202a;
  font: inherit;
}

.admin-blog-form,
.admin-blog-form label {
  display: grid;
  gap: 12px;
}

.admin-blog-form {
  margin-top: 18px;
}

.admin-blog-form label span {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-blog-form textarea {
  padding: 12px;
  resize: vertical;
  line-height: 1.5;
}

.admin-blog-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-blog-upload {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-blog-upload input {
  max-width: 260px;
}

.admin-inline-button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  background: #ffffff;
  color: #17202a;
  cursor: pointer;
}

.admin-settings-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-settings-form__actions span {
  color: #64748b;
  font-size: 0.88rem;
}

.admin-empty,
.admin-empty-cell,
.admin-loading {
  padding: 22px;
  color: #64748b;
  text-align: center;
}

.admin-login-page {
  min-height: 100vh;
  padding: 24px;
  display: grid;
  place-items: center;
}

.admin-login-card {
  width: min(430px, 100%);
  padding: 32px;
  border: 1px solid #dce2ea;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.admin-login-card h1 {
  margin: 0;
  font-size: 2rem;
}

.admin-login-card p:not(.eyebrow) {
  color: #64748b;
  line-height: 1.6;
}

.admin-login-form {
  margin-top: 24px;
  display: grid;
  gap: 14px;
}

.admin-login-form label {
  display: grid;
  gap: 8px;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
}

.admin-login-form input {
  height: 46px;
  padding: 0 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
}

.admin-login-form button {
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: #2f7d68;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.admin-login-form button:disabled {
  cursor: progress;
  opacity: 0.7;
}

.admin-login-error {
  min-height: 20px;
  margin: 0;
  color: var(--danger);
  font-size: 0.86rem;
}

.empty-state {
  padding: 34px 20px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--line-strong);
  background: var(--surface-soft);
}

.search-overlay-open {
  overflow: hidden;
}

.global-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.global-search-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.global-search-overlay__scrim {
  position: absolute;
  inset: 0;
  background: rgba(248, 243, 236, 0.72);
}

.global-search-overlay__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 32px));
  padding: 32px 32px 28px;
  border: 1px solid rgba(31, 24, 18, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 70px rgba(28, 22, 16, 0.16);
  text-align: center;
}

.global-search-overlay__spinner {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 999px;
  border: 2px solid rgba(28, 22, 16, 0.12);
  border-top-color: #181512;
  display: block;
  animation: luxora-spin 0.9s linear infinite;
}

.global-search-overlay__eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.26em;
  color: #756857;
}

.global-search-overlay__dialog h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.3vw, 2.55rem);
  line-height: 1.02;
}

.global-search-overlay__dialog p:last-child {
  margin: 14px auto 0;
  max-width: 360px;
  color: #6b5c4b;
  line-height: 1.65;
}

.global-search-overlay__steps {
  display: grid;
  gap: 9px;
  width: min(340px, 100%);
  margin: 22px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.global-search-overlay__steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: #8a7c69;
  font-size: 0.86rem;
}

.global-search-overlay__steps li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border: 1px solid rgba(31, 24, 18, 0.2);
  border-radius: 999px;
  background: #fff;
}

.global-search-overlay__steps li.is-active {
  color: #1f1812;
  font-weight: 650;
}

.global-search-overlay__steps li.is-active::before {
  border-color: #1f1812;
  background: #1f1812;
  box-shadow: 0 0 0 5px rgba(31, 24, 18, 0.08);
}

.global-search-overlay__steps li.is-complete {
  color: #6e6254;
}

.global-search-overlay__steps li.is-complete::before {
  border-color: #6e6254;
  background: #6e6254;
}

.global-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: 12px 16px;
  background: rgba(24, 21, 18, 0.94);
  color: white;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.global-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hidden-file-input {
  display: none;
}

@keyframes luxora-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes luxora-skeleton {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1180px) {
	  .category-strip,
	  .product-grid,
	  .editorial-grid,
	  .feature-row,
	  .metrics-grid,
	  .auth-steps,
	  .process-steps,
	  .article-related,
	  .admin-stats {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	  }

	  .catalog-layout,
	  .detail-layout,
	  .blog-layout,
	  .contact-layout,
	  .about-grid,
	  .about-split,
	  .article-hero,
	  .admin-grid {
	    grid-template-columns: 1fr;
	  }

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

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

	  .article-hero img {
	    min-height: 320px;
	  }
	}

@media (max-width: 780px) {
  .site-shell {
    width: calc(100vw - 10px);
    margin: 5px auto;
  }

	  .topbar,
	  .masthead,
	  .subnav,
	  .section,
	  .site-footer,
	  .catalog-layout,
	  .detail-page,
	  .static-page {
	    padding-left: 16px;
	    padding-right: 16px;
	  }

  .masthead {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .main-nav,
  .header-actions,
  .topbar__center,
  .topbar__right,
  .subnav {
    display: none;
  }

  .hero {
    padding: 10px 16px 0;
  }

  .hero__frame {
    min-height: 500px;
    background-position: 68% center;
  }

  .hero__content {
    width: 100%;
    padding: 40px 22px;
  }

  .hero__search,
  .newsletter-form,
  .footer-columns,
  .feature-row,
  .category-strip,
  .editorial-grid,
	  .product-grid,
	  .product-grid--catalog,
	  .metrics-grid,
	  .auth-steps,
	  .process-steps,
	  .article-related,
	  .translation-debug__columns,
	  .admin-stats,
	  .contact-form__row {
	    grid-template-columns: 1fr;
	  }

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

  .admin-sidebar {
    min-height: auto;
    grid-template-rows: auto auto auto;
    gap: 12px;
  }

  .admin-nav {
    margin-top: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-sidebar__footer {
    grid-template-columns: 1fr 1fr;
  }

  .admin-topbar {
    align-items: start;
    flex-direction: column;
  }

  .admin-content {
    padding: 16px;
  }

	  .about-manifesto,
	  .about-process,
	  .about-split,
	  .article-hero__copy,
	  .article-body {
	    padding: 22px;
	  }

  .category-card {
    grid-template-columns: 1fr 100px;
  }

  .footer-newsletter,
  .faq-cta {
    grid-template-columns: 1fr;
    display: grid;
  }

  .detail-thumbs {
    flex-direction: row;
    overflow-x: auto;
  }

  .image-lightbox {
    place-items: center;
    padding: 0;
  }

  .image-lightbox__dialog {
    grid-template-columns: 1fr;
    gap: 12px;
    width: calc(100vw - 24px);
    height: calc(100vh - 36px);
    transform: none;
  }

  .image-lightbox__nav {
    position: absolute;
    bottom: 0;
  }

  .image-lightbox__nav--prev {
    left: 0;
  }

  .image-lightbox__nav--next {
    right: 0;
  }

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