/* ==========================================================================
   AURA Atelier — global chrome, overlays, homepage sections
   ========================================================================== */

.aura-page { display: flex; flex-direction: column; min-height: 100vh; }
.aura-main { flex: 1 1 auto; }

.aura-skip-link:focus {
  position: fixed;
  top: 1rem; left: 1rem;
  z-index: 100;
  width: auto; height: auto;
  clip: auto;
  padding: .75rem 1.25rem;
  background: var(--aura-ink);
  color: #fff;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
}

/* ==========================================================================
   Announcement bar
   ========================================================================== */

.aura-announce {
  background: var(--aura-ink);
  color: var(--aura-border);
  font-size: .75rem;
  padding-block: .625rem;
}

.aura-announce__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}

.aura-announce__left,
.aura-announce__right { display: flex; align-items: center; gap: 1rem; }

.aura-announce__left { color: rgba(209, 205, 199, .8); }
.aura-announce__right { color: rgba(209, 205, 199, .8); font-size: .6875rem; }

.aura-announce__locations { display: inline-flex; align-items: center; gap: .375rem; }
.aura-announce__locations svg { color: var(--aura-gold); }

.aura-announce__dot { opacity: .5; }

.aura-announce__link { transition: color .2s var(--aura-ease); }
.aura-announce__link:hover { color: #fff; }
.aura-announce__right .aura-announce__link { text-transform: uppercase; letter-spacing: .06em; }

.aura-announce__center {
  text-align: center;
  font-size: .6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: rgba(255, 255, 255, .9);
}
.aura-announce__cta { text-decoration: underline; text-underline-offset: 2px; transition: color .2s; }
.aura-announce__cta:hover { color: var(--aura-gold); }

.aura-announce__currency {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.aura-announce__symbol { color: var(--aura-gold); }

@media (max-width: 1023px) {
  .aura-announce__left { display: none; }
  .aura-announce__inner { justify-content: center; }
  .aura-announce__right { display: none; }
}

/* ==========================================================================
   Header / navbar
   ========================================================================== */

.aura-header {
  position: sticky;
  top: 0;
  z-index: var(--aura-z-header);
  background: rgba(245, 242, 237, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--aura-hairline);
}
/* Admin bar offset */
.admin-bar .aura-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .aura-header { top: 46px; } }

.aura-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--aura-header-h);
}

.aura-header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  margin-left: -.5rem;
  color: var(--aura-ink);
  transition: color .2s var(--aura-ease);
}
.aura-header__burger:hover { color: var(--aura-gold); }
@media (min-width: 1024px) { .aura-header__burger { display: none; } }

/* Brand */
.aura-brand { display: block; line-height: 1.05; }
.aura-brand__name {
  display: block;
  font-family: var(--aura-font-serif);
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--aura-ink);
  transition: opacity .2s var(--aura-ease);
}
.aura-brand__sub {
  display: block;
  margin-top: -.0625rem;
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-widest);
  color: var(--aura-gold);
}
a.aura-brand:hover .aura-brand__name { opacity: .6; }
.aura-brand--light .aura-brand__name { color: #fff; }
.aura-brand--sm .aura-brand__name { font-size: 1.25rem; }
/* Under 480px the brand box is ~69px wide, which is about what a single
   24px word occupies. Dropping to the same 1.25rem the drawer already uses
   lets the wordmark wrap cleanly inside its box. 480px and up keep 1.5rem. */
@media (max-width: 479px) {
  .aura-header__brand .aura-brand__name { font-size: 1.25rem; }
}
.aura-brand--sm .aura-brand__sub { font-size: .5625rem; letter-spacing: var(--aura-track-plus); }

/* Native custom logo (Customize → Site Identity). Only applies once a logo is
   uploaded — with none set the text wordmark above renders exactly as before. */
.aura-brand__logo {
  display: block;
  width: auto;
  height: auto;
  /* The height and width caps together make the sizing aspect-ratio aware,
     without needing to know the ratio in advance. A wide logo reaches the
     width cap first, so it stays short; a square or portrait logo reaches the
     height cap first, so it gets the full height instead of being pinned to a
     wide logo's proportions. The 3rem cap plus the ~9.5px tagline line sits
     inside the 5rem header with room to spare. */
  max-height: 3rem;
  max-width: min(240px, 44vw);
  object-fit: contain;
  transition: opacity .2s var(--aura-ease);
}
a.aura-brand:hover .aura-brand__logo { opacity: .6; }
/* Drawer head is 20rem wide less 1.25rem padding either side and a 40px close
   button, leaving 240px. Capping below that keeps even a very wide logo clear
   of the close button instead of sitting flush against it. */
.aura-brand--sm .aura-brand__logo { max-height: 2.5rem; max-width: min(200px, 40vw); }

.aura-header__brand { flex-shrink: 0; }
/* While the burger header is in play the row is tight: burger + search +
   wishlist + bag leave roughly 77px for the brand at 320px. Letting the brand
   yield means the wordmark wraps within its own box instead of pushing the
   controls off the edge. Where there is room (from ~390px up, and on desktop)
   nothing shrinks, so this is inert. */
@media (max-width: 1023px) {
  .aura-header__brand { flex-shrink: 1; min-width: 0; }
}

/* Desktop nav */
.aura-header__nav { display: none; }
@media (min-width: 1024px) { .aura-header__nav { display: block; } }

.aura-nav__list { display: flex; align-items: center; gap: 2rem; }

.aura-nav__item { position: static; }

.aura-nav__link {
  position: relative;
  display: block;
  padding-block: .5rem;
  font-size: .6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: var(--aura-ink-60);
  transition: opacity .2s var(--aura-ease), color .2s var(--aura-ease);
  white-space: nowrap;
}
.aura-nav__link:hover { opacity: .5; color: var(--aura-ink); }
.aura-nav__link.is-accent { color: var(--aura-gold); font-weight: 700; }
.aura-nav__link.is-accent:hover { opacity: .75; }

.aura-nav__item.is-current > .aura-nav__link,
.aura-nav__item.is-open > .aura-nav__link { color: var(--aura-ink); font-weight: 700; }

.aura-nav__item.is-current > .aura-nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--aura-ink);
}

/* ==========================================================================
   Mega menu
   ========================================================================== */

.aura-mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--aura-canvas);
  border-bottom: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-2xl);
  padding-block: 2rem;
  z-index: var(--aura-z-overlay);
  animation: aura-fade-in .18s var(--aura-ease-out) both;
}
.aura-mega[hidden] { display: none; }

.aura-mega__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.aura-mega__col { grid-column: span var(--span, 3); }
.aura-mega__cards { grid-column: span var(--span, 6); display: grid; grid-template-columns: repeat(var(--cards, 2), minmax(0, 1fr)); gap: 1rem; }

.aura-mega__heading {
  display: flex;
  align-items: center;
  gap: .375rem;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--aura-hairline);
  font-family: var(--aura-font-sans);
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: var(--aura-gold);
}

.aura-mega__links { display: flex; flex-direction: column; gap: .625rem; }

.aura-mega__link { display: block; font-size: .75rem; font-weight: 300; color: var(--aura-ink); transition: color .2s var(--aura-ease); }
.aura-mega__link:hover { color: var(--aura-gold); }

.aura-mega__link-main { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.aura-mega__link-title { transition: transform .2s var(--aura-ease); }
.aura-mega__link:hover .aura-mega__link-title { transform: translateX(4px); }

.aura-mega__count { font-size: .625rem; color: var(--aura-gold); font-variant-numeric: tabular-nums; }
.aura-mega__link-arrow { color: var(--aura-gold); opacity: 0; transition: opacity .2s var(--aura-ease); }
.aura-mega__link:hover .aura-mega__link-arrow { opacity: 1; }

.aura-mega__link.has-desc .aura-mega__link-title { font-weight: 400; }
.aura-mega__link-desc {
  display: block;
  margin-top: .0625rem;
  font-size: .625rem;
  font-weight: 300;
  color: var(--aura-ink-50);
}

/* Promo tiles */
.aura-mega__tiles { display: flex; flex-direction: column; gap: .75rem; }
.aura-mega__tile {
  display: block;
  padding: .75rem;
  background: #fff;
  border: 1px solid var(--aura-ink-15);
  transition: border-color .2s var(--aura-ease), background-color .2s var(--aura-ease);
}
.aura-mega__tile:hover { border-color: var(--aura-gold); }
.aura-mega__tile.is-dark { background: var(--aura-ink); border-color: var(--aura-ink); color: #fff; }
.aura-mega__tile-title {
  display: block;
  margin-top: .125rem;
  font-family: var(--aura-font-serif);
  font-size: .875rem;
  font-weight: 300;
  color: var(--aura-ink);
}
.aura-mega__tile.is-dark .aura-mega__tile-title { color: #fff; }
.aura-mega__tile-desc {
  display: block;
  margin-top: .25rem;
  font-size: .625rem;
  font-weight: 300;
  color: var(--aura-ink-50);
}
.aura-mega__tile.is-dark .aura-mega__tile-desc { color: rgba(255, 255, 255, .7); }

/* Campaign cards */
.aura-mega__card {
  position: relative;
  display: block;
  height: 16rem;
  overflow: hidden;
  border: 1px solid var(--aura-hairline);
  background: var(--aura-ink);
}
.aura-mega__card-media { position: absolute; inset: 0; }
.aura-mega__card-img,
.aura-mega__card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .9;
  transition: transform .7s var(--aura-ease), opacity .3s var(--aura-ease);
}
.aura-mega__card:hover .aura-mega__card-img,
.aura-mega__card:hover .aura-mega__card-media img { transform: scale(1.05); opacity: 1; }

.aura-mega__card-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .2) 50%, transparent);
}
.aura-mega__card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .25rem;
  font-family: var(--aura-font-serif);
  font-size: 1.25rem;
  font-weight: 300;
}
.aura-mega__card-title svg { color: var(--aura-gold); }

/* ==========================================================================
   Header actions
   ========================================================================== */

.aura-header__actions { display: flex; align-items: center; gap: .5rem; }
@media (min-width: 640px) { .aura-header__actions { gap: .75rem; } }

.aura-header__action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  color: var(--aura-ink);
  transition: opacity .2s var(--aura-ease);
}
.aura-header__action:hover { opacity: .5; }
.aura-header__action--account { display: none; }
@media (min-width: 640px) { .aura-header__action--account { display: flex; } }

.aura-header__dot {
  position: absolute;
  top: 9px; right: 9px;
  width: 6px; height: 6px;
  background: var(--aura-gold);
  border-radius: 50%;
}

.aura-header__badge {
  position: absolute;
  top: 6px; right: 6px;
  min-width: 15px; height: 15px;
  padding: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--aura-gold);
  color: #fff;
  font-size: .5625rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
}
.aura-header__badge.is-empty { display: none; }

.aura-header__bag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 40px;
  padding: .625rem 1.25rem;
  background: var(--aura-ink);
  color: #fff;
  font-size: .6875rem;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  transition: background-color .2s var(--aura-ease);
  white-space: nowrap;
}
.aura-header__bag:hover { background: var(--aura-ink-hover); }
.aura-header__bag svg { color: var(--aura-gold); }
.aura-header__bag-label { font-weight: 700; }
@media (max-width: 479px) {
  .aura-header__bag { padding: .625rem .75rem; }
  .aura-header__bag-label { display: none; }
}

/* Generic icon button */
.aura-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  color: var(--aura-ink);
  transition: color .2s var(--aura-ease), background-color .2s var(--aura-ease);
}
.aura-icon-btn:hover { color: var(--aura-gold); background: var(--aura-hairline-2); }

/* ==========================================================================
   Overlay / drawer / modal shells
   ========================================================================== */

.aura-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  z-index: var(--aura-z-overlay);
  animation: aura-fade-in .25s var(--aura-ease-out) both;
}
.aura-overlay--blur { background: rgba(0, 0, 0, .6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }

.aura-drawer-root,
.aura-modal-root { position: fixed; inset: 0; z-index: var(--aura-z-overlay); }
.aura-drawer-root[hidden],
.aura-modal-root[hidden] { display: none; }

@keyframes aura-slide-left  { from { transform: translateX(-100%); } to { transform: none; } }
@keyframes aura-slide-right { from { transform: translateX(100%); }  to { transform: none; } }
@keyframes aura-pop         { from { opacity: 0; transform: scale(.96) translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes aura-drop        { from { opacity: 0; transform: translateY(-20px) scale(.98); } to { opacity: 1; transform: none; } }

/* Left drawer (mobile menu) */
.aura-drawer {
  position: fixed;
  inset-block: 0;
  left: 0;
  z-index: calc(var(--aura-z-overlay) + 1);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 20rem;
  background: var(--aura-panel);
  box-shadow: var(--aura-shadow-2xl);
  animation: aura-slide-left .3s var(--aura-ease-out) both;
  overflow: hidden;
}

.aura-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  background: var(--aura-canvas);
  border-bottom: 1px solid var(--aura-hairline);
  flex-shrink: 0;
}

.aura-drawer__quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  padding: 1rem;
  background: rgba(234, 231, 226, .5);
  border-bottom: 1px solid var(--aura-hairline);
  flex-shrink: 0;
}
.aura-drawer__quick-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  padding: .625rem .75rem;
  background: #fff;
  border: 1px solid var(--aura-hairline);
  font-size: .75rem;
  font-weight: 500;
  color: var(--aura-ink);
}
.aura-drawer__quick-btn svg { color: var(--aura-gold); }
.aura-drawer__quick-btn.is-dark { background: var(--aura-ink); border-color: var(--aura-ink); color: #fff; }

.aura-drawer__body { flex: 1 1 auto; overflow-y: auto; padding: 1rem 1.25rem 2rem; }
.aura-drawer__section + .aura-drawer__section { margin-top: 1.5rem; }

.aura-drawer__label {
  margin-bottom: .75rem;
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: var(--aura-gold);
}

.aura-drawer__account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: .625rem .75rem;
  background: var(--aura-ink);
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
}
.aura-drawer__account svg { color: var(--aura-gold); }

.aura-drawer__nav { display: flex; flex-direction: column; }
.aura-drawer__item { border-bottom: 1px solid var(--aura-hairline-2); }

.aura-drawer__link,
.aura-drawer__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  width: 100%;
  min-height: 44px;
  padding-block: .625rem;
  font-size: .8125rem;
  font-weight: 500;
  color: var(--aura-ink);
  text-align: left;
  transition: color .2s var(--aura-ease);
}
.aura-drawer__link:hover,
.aura-drawer__toggle:hover { color: var(--aura-gold); }
.aura-drawer__link .is-accent,
.aura-drawer__toggle .is-accent { color: var(--aura-gold); font-weight: 700; }

.aura-drawer__badge {
  padding: .125rem .5rem;
  background: var(--aura-sale-bg);
  color: var(--aura-sale-ink);
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 999px;
}

.aura-drawer__chevron { transition: transform .25s var(--aura-ease); color: var(--aura-gold); }
.aura-drawer__toggle[aria-expanded="true"] .aura-drawer__chevron { transform: rotate(180deg); }

.aura-drawer__panel { padding: .25rem 0 .875rem; }
.aura-drawer__panel[hidden] { display: none; }

.aura-drawer__all {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: .6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--aura-gold);
}

.aura-drawer__group {
  margin: .75rem 0 .375rem;
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--aura-muted);
}

.aura-drawer__sublist a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding: .375rem .5rem;
  font-size: .75rem;
  font-weight: 300;
  color: var(--aura-muted-2);
  transition: background-color .2s, color .2s;
}
.aura-drawer__sublist a:hover { background: var(--aura-canvas); color: var(--aura-ink); }
.aura-drawer__count { color: var(--aura-gold); font-size: .625rem; }

.aura-drawer__section--secondary { padding-top: 1rem; border-top: 1px solid var(--aura-hairline); }
.aura-drawer__links a {
  display: block;
  min-height: 40px;
  padding-block: .5rem;
  font-size: .75rem;
  color: var(--aura-muted-2);
  transition: color .2s;
}
.aura-drawer__links a:hover { color: var(--aura-ink); }

.aura-drawer__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--aura-canvas);
  border-top: 1px solid var(--aura-hairline);
  font-size: .6875rem;
  color: var(--aura-muted);
  flex-shrink: 0;
}
.aura-drawer__foot span { display: inline-flex; align-items: center; gap: .375rem; }
.aura-drawer__foot svg { color: var(--aura-gold); }

/* Right drawer (cart) */
.aura-drawer-root--right .aura-cart-drawer {
  position: fixed;
  inset-block: 0;
  right: 0;
  z-index: calc(var(--aura-z-overlay) + 1);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 28rem;
  background: var(--aura-panel);
  box-shadow: var(--aura-shadow-2xl);
  animation: aura-slide-right .3s var(--aura-ease-out) both;
}
.aura-cart-drawer__inner { display: flex; flex-direction: column; height: 100%; min-height: 0; }

/* Modal shell */
.aura-modal-scroll {
  position: relative;
  z-index: calc(var(--aura-z-overlay) + 1);
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
}
@media (max-width: 640px) { .aura-modal-scroll { padding: 1rem; } }

/* ==========================================================================
   Search overlay
   ========================================================================== */

.aura-search {
  position: relative;
  width: 100%;
  max-width: 48rem;
  align-self: flex-start;
  background: var(--aura-panel);
  border: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-2xl);
  animation: aura-drop .25s var(--aura-ease-out) both;
  overflow: hidden;
}

.aura-search__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid var(--aura-hairline);
}
.aura-search__icon { color: var(--aura-gold); flex-shrink: 0; }

.aura-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--aura-ink);
}
.aura-search__input:focus { outline: none; }
.aura-search__input::placeholder { color: var(--aura-ink-40); font-weight: 400; }
.aura-search__input::-webkit-search-cancel-button { display: none; }

.aura-search__clear {
  font-size: .6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--aura-muted);
  flex-shrink: 0;
}
.aura-search__clear:hover { color: var(--aura-ink); }

.aura-search__body { padding: 1.5rem; max-height: 70vh; overflow-y: auto; }

.aura-search__group + .aura-search__group { margin-top: 1.5rem; }
.aura-search__label {
  display: flex;
  align-items: center;
  gap: .375rem;
  margin-bottom: .75rem;
  font-size: .6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: var(--aura-gold);
}

.aura-search__chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.aura-search__chip {
  padding: .375rem .875rem;
  background: #fff;
  border: 1px solid var(--aura-hairline);
  font-size: .75rem;
  font-weight: 500;
  color: var(--aura-muted-2);
  border-radius: 999px;
  transition: border-color .2s, color .2s;
}
.aura-search__chip:hover { border-color: var(--aura-gold); color: var(--aura-gold); }

.aura-search__results { display: grid; gap: 1rem; }
@media (min-width: 640px) { .aura-search__results { grid-template-columns: 1fr 1fr; } }

.aura-search__result {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .75rem;
  background: #fff;
  border: 1px solid var(--aura-hairline);
  transition: border-color .2s var(--aura-ease), box-shadow .2s var(--aura-ease);
}
.aura-search__result:hover { border-color: var(--aura-gold); box-shadow: var(--aura-shadow-md); }
.aura-search__result img { width: 4rem; height: 5rem; object-fit: cover; flex-shrink: 0; background: var(--aura-surface); }
.aura-search__result-body { flex: 1 1 auto; min-width: 0; }
.aura-search__result-cat { font-size: .625rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--aura-gold); }
.aura-search__result-title {
  font-family: var(--aura-font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--aura-ink);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.aura-search__result:hover .aura-search__result-title { color: var(--aura-gold); }
.aura-search__result-desc { font-size: .75rem; color: var(--aura-muted); margin-top: .125rem; }
.aura-search__result-price { margin-top: .5rem; font-size: .875rem; font-weight: 600; color: var(--aura-ink); }
.aura-search__result-price del { color: var(--aura-ink-40); font-weight: 400; font-size: .75rem; margin-left: .375rem; }
.aura-search__result-arrow { color: var(--aura-ink-40); flex-shrink: 0; transition: transform .2s, color .2s; }
.aura-search__result:hover .aura-search__result-arrow { color: var(--aura-gold); transform: translateX(4px); }

.aura-search__more { margin-top: 1.5rem; text-align: center; }

.aura-search__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--aura-hairline);
}
.aura-search__empty { text-align: center; padding: 3rem 1rem; }
.aura-search__empty-title { font-family: var(--aura-font-serif); font-size: 1.125rem; color: var(--aura-ink); }

/* ==========================================================================
   Quick view modal
   ========================================================================== */

.aura-quickview {
  position: relative;
  width: 100%;
  max-width: 56rem;
  margin: auto;
  background: var(--aura-panel);
  border: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-2xl);
  animation: aura-pop .25s var(--aura-ease-out) both;
}
.aura-quickview__close {
  position: absolute;
  top: 1rem; right: 1rem;
  z-index: 5;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--aura-shadow-md);
}
.aura-quickview__content { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px) { .aura-quickview__content { grid-template-columns: 1fr 1fr; } }

.aura-quickview__loading { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; min-height: 24rem; }

.aura-spinner {
  width: 28px; height: 28px;
  border: 2px solid var(--aura-border);
  border-top-color: var(--aura-gold);
  border-radius: 50%;
  animation: aura-spin .7s linear infinite;
}
@keyframes aura-spin { to { transform: rotate(360deg); } }

/* ==========================================================================
   Size guide
   ========================================================================== */

.aura-sizeguide {
  width: 100%;
  max-width: 42rem;
  margin: auto;
  background: var(--aura-panel);
  border: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-2xl);
  padding: 1.5rem;
  animation: aura-pop .25s var(--aura-ease-out) both;
}
@media (min-width: 640px) { .aura-sizeguide { padding: 2rem; } }

.aura-sizeguide__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--aura-hairline);
}
.aura-sizeguide__title { display: flex; align-items: center; gap: .5rem; }
.aura-sizeguide__title svg { color: var(--aura-gold); }

.aura-sizeguide__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block: 1.5rem;
}

.aura-toggle-group {
  display: inline-flex;
  gap: .25rem;
  padding: .25rem;
  background: var(--aura-surface);
  border: 1px solid var(--aura-hairline);
}
.aura-toggle {
  padding: .5rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--aura-muted-2);
  transition: background-color .2s var(--aura-ease), color .2s var(--aura-ease);
  min-height: 36px;
}
.aura-toggle:hover { color: var(--aura-ink); }
.aura-toggle.is-active { background: var(--aura-ink); color: #fff; }
.aura-toggle-group--sm .aura-toggle { padding: .375rem .75rem; }
.aura-toggle-group--sm .aura-toggle.is-active { background: #fff; color: var(--aura-ink); box-shadow: var(--aura-shadow-md); }

.aura-sizeguide__table-wrap { overflow-x: auto; border: 1px solid var(--aura-hairline); background: #fff; }

.aura-table { font-size: .75rem; text-align: left; min-width: 34rem; }
.aura-table thead {
  background: var(--aura-surface);
  color: var(--aura-gold);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.aura-table th, .aura-table td { padding: .75rem; }
.aura-table tbody tr { border-top: 1px solid var(--aura-hairline); }
.aura-table tbody tr:hover { background: var(--aura-panel); }
.aura-table__key { font-weight: 700; color: var(--aura-gold); }

.aura-sizeguide__note {
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--aura-surface);
  font-size: .75rem;
  color: var(--aura-muted-2);
}
.aura-sizeguide__note-title {
  display: flex;
  align-items: center;
  gap: .375rem;
  font-weight: 600;
  color: var(--aura-ink);
  margin-bottom: .25rem;
}
.aura-sizeguide__note-title svg { color: var(--aura-ok-ink); }

/* Page variant (no modal chrome) */
.aura-sizeguide--page { box-shadow: none; border: 1px solid var(--aura-hairline); animation: none; max-width: none; }
.aura-sizeguide--page .aura-sizeguide__close { display: none; }

/* ==========================================================================
   Toasts
   ========================================================================== */

.aura-toasts {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: var(--aura-z-toast);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  width: min(24rem, calc(100vw - 2rem));
  pointer-events: none;
}
@media (max-width: 640px) { .aura-toasts { right: 1rem; left: 1rem; bottom: 1rem; width: auto; } }

.aura-toast {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem;
  background: var(--aura-ink);
  color: var(--aura-panel);
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: var(--aura-shadow-2xl);
  animation: aura-pop .25s var(--aura-ease-out) both;
}
.aura-toast.is-leaving { animation: aura-fade-in .2s var(--aura-ease) reverse both; }

.aura-toast__media { flex-shrink: 0; width: 3rem; height: 3rem; }
.aura-toast__media img { width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(255, 255, 255, .1); }
.aura-toast__media--icon {
  width: 2.5rem; height: 2.5rem;
  display: flex; align-items: center; justify-content: center;
  background: #2A2522;
  color: var(--aura-border);
}
.aura-toast__body { flex: 1 1 auto; min-width: 0; }
.aura-toast__title {
  font-size: .6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--aura-gold);
}
.aura-toast__message {
  font-size: .8125rem;
  font-weight: 500;
  color: #fff;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.aura-toast__close { color: rgba(255, 255, 255, .5); flex-shrink: 0; display: flex; }
.aura-toast__close:hover { color: #fff; }

/* ==========================================================================
   Footer
   ========================================================================== */

.aura-footer {
  background: var(--aura-ink);
  color: var(--aura-border);
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
}

.aura-footer__values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media (min-width: 640px)  { .aura-footer__values { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .aura-footer__values { grid-template-columns: repeat(4, 1fr); } }

.aura-footer__value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem; height: 2.5rem;
  margin-bottom: .75rem;
  background: #222;
  border: 1px solid rgba(255, 255, 255, .1);
  color: var(--aura-gold);
}
.aura-footer__value-title {
  font-family: var(--aura-font-serif);
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: .5rem;
}
.aura-footer__value-text { font-size: .75rem; font-weight: 300; line-height: 1.7; color: rgba(209, 205, 199, .8); }

.aura-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-block: 4rem;
}
@media (min-width: 768px) { .aura-footer__main { grid-template-columns: 5fr 7fr; } }

.aura-footer__blurb {
  margin-top: 1.5rem;
  max-width: 26rem;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(209, 205, 199, .8);
}

.aura-newsletter { margin-top: 1.5rem; }
.aura-newsletter__heading {
  margin-bottom: .75rem;
  font-size: .6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: #fff;
}
.aura-newsletter__row { display: flex; max-width: 28rem; }
.aura-newsletter__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: .875rem 1rem;
  background: #222;
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  font-size: .75rem;
}
.aura-newsletter__input:focus { outline: none; border-color: var(--aura-gold); }
.aura-newsletter__input::placeholder { color: #888; }
.aura-newsletter__submit {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  flex-shrink: 0;
  padding: .875rem 1.5rem;
  background: var(--aura-gold);
  color: #fff;
  font-size: .6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  transition: background-color .3s var(--aura-ease), color .3s var(--aura-ease);
}
.aura-newsletter__submit:hover { background: #fff; color: var(--aura-ink); }
.aura-newsletter__note { margin-top: .75rem; font-size: .625rem; color: #888; }

.aura-footer__directory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
/* Two columns on a 320px screen leaves ~130px each, which wraps the longer
   menu labels onto three lines. Single column below 480px; 640px+ unchanged. */
@media (max-width: 479px) { .aura-footer__directory { grid-template-columns: 1fr; } }
@media (min-width: 640px) { .aura-footer__directory { grid-template-columns: repeat(3, 1fr); } }

.aura-footer__heading {
  margin-bottom: .75rem;
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-wide);
  color: var(--aura-gold);
}
.aura-footer__links { display: flex; flex-direction: column; gap: .625rem; }
.aura-footer__links a {
  font-size: .75rem;
  font-weight: 300;
  color: rgba(209, 205, 199, .8);
  transition: color .2s var(--aura-ease);
}
.aura-footer__links a:hover { color: #fff; }
.aura-footer__links a.is-accent { color: var(--aura-gold); font-weight: 600; }

.aura-footer__col--ateliers { grid-column: span 2; }
@media (min-width: 640px) { .aura-footer__col--ateliers { grid-column: span 1; } }

.aura-footer__ateliers { display: flex; flex-direction: column; gap: .75rem; }
.aura-footer__atelier-name { font-size: .75rem; color: #fff; }
.aura-footer__atelier-line { font-size: .6875rem; font-weight: 300; color: rgba(209, 205, 199, .8); }

.aura-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .75rem;
  font-weight: 300;
  color: #888;
}
@media (min-width: 640px) { .aura-footer__bottom { flex-direction: row; justify-content: space-between; } }

.aura-footer__legal { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.aura-footer__dot { display: none; }
@media (min-width: 640px) { .aura-footer__dot, .aura-footer__legal-line { display: inline; } }

.aura-footer__social { display: flex; align-items: center; gap: 1rem; color: var(--aura-border); }
.aura-footer__social a { transition: color .2s var(--aura-ease); }
.aura-footer__social a:hover { color: var(--aura-gold); }

/* ==========================================================================
   Page shell: hero, prose, empty states, pagination
   ========================================================================== */

.aura-page-hero { margin-bottom: 3rem; }
.aura-page-hero--center { text-align: center; max-width: 42rem; margin-inline: auto; }
.aura-page-hero__title { margin-top: .5rem; }
.aura-page-hero__text { margin-top: .75rem; color: var(--aura-muted); }
.aura-page-hero--center .aura-page-hero__text { margin-inline: auto; max-width: 36rem; }

.aura-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .75rem;
  color: var(--aura-muted);
  margin-bottom: 2rem;
}
.aura-breadcrumb a:hover { color: var(--aura-ink); }
.aura-breadcrumb__sep { opacity: .5; }
.aura-breadcrumb__current { color: var(--aura-ink); font-weight: 600; }

/* Wide layout body: full container, no reading measure and no typographic
   overrides, so application screens and component-driven pages render exactly
   as their own components define. */
.aura-page-body { width: 100%; }

.aura-prose { max-width: 46rem; font-size: .9375rem; line-height: 1.8; color: var(--aura-muted-2); }
.aura-prose > * + * { margin-top: 1.25rem; }
.aura-prose h1, .aura-prose h2, .aura-prose h3, .aura-prose h4 {
  font-family: var(--aura-font-serif);
  color: var(--aura-ink);
  font-weight: 400;
  margin-top: 2.5rem;
  line-height: 1.25;
}
.aura-prose h2 { font-size: 2rem; font-weight: 300; }
.aura-prose h3 { font-size: 1.5rem; }
.aura-prose h4 { font-size: 1.25rem; }
.aura-prose a { color: var(--aura-gold); text-decoration: underline; text-underline-offset: 3px; }
.aura-prose ul, .aura-prose ol { padding-left: 1.25rem; }
.aura-prose ul { list-style: disc; }
.aura-prose ol { list-style: decimal; }
.aura-prose li + li { margin-top: .5rem; }
.aura-prose img { margin-block: 2rem; }
.aura-prose blockquote {
  padding-left: 1.25rem;
  border-left: 2px solid var(--aura-gold);
  font-family: var(--aura-font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--aura-ink);
}
.aura-prose table { font-size: .8125rem; }
.aura-prose th, .aura-prose td { padding: .625rem; border: 1px solid var(--aura-hairline); text-align: left; }
.aura-prose th { background: var(--aura-surface); }

.aura-empty {
  text-align: center;
  max-width: 32rem;
  margin-inline: auto;
  padding: 4rem 1.5rem;
  background: #fff;
  border: 1px solid var(--aura-hairline);
}
.aura-empty--lg { padding: 6rem 1.5rem; }
.aura-empty > * + * { margin-top: 1rem; }
.aura-empty__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem; height: 4rem;
  margin-inline: auto;
  background: var(--aura-surface);
  color: var(--aura-gold);
  border-radius: 50%;
}
.aura-empty__actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }

.aura-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 3rem;
}
.aura-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  min-width: 40px; min-height: 40px;
  padding: 0 .75rem;
  justify-content: center;
  border: 1px solid var(--aura-hairline);
  font-size: .75rem;
  font-weight: 600;
  color: var(--aura-muted-2);
  background: #fff;
  transition: all .2s var(--aura-ease);
}
.aura-pagination .page-numbers:hover { border-color: var(--aura-gold); color: var(--aura-gold); }
.aura-pagination .page-numbers.current { background: var(--aura-ink); border-color: var(--aura-ink); color: #fff; }
.aura-pagination .page-numbers.dots { border-color: transparent; background: transparent; }

.aura-post-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 640px)  { .aura-post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .aura-post-grid { grid-template-columns: repeat(3, 1fr); } }

.aura-post-card { background: #fff; border: 1px solid var(--aura-hairline); }
.aura-post-card__media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--aura-surface); }
.aura-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--aura-ease); }
.aura-post-card:hover .aura-post-card__media img { transform: scale(1.05); }
.aura-post-card__body { padding: 1.5rem; }
.aura-post-card__body > * + * { margin-top: .5rem; }

.aura-post__media { margin-block: 2rem; }

/* ==========================================================================
   Homepage sections
   ========================================================================== */

.aura-home { display: flex; flex-direction: column; gap: 4rem; padding-bottom: 4rem; }
@media (min-width: 768px) { .aura-home { gap: 6rem; } }

/* --- Editorial hero --- */
.aura-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 85vh;
  overflow: hidden;
  background: var(--aura-ink);
  color: #fff;
}
.aura-hero__bg { position: absolute; inset: 0; z-index: 0; }
.aura-hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .5;
  transform: scale(1.05);
}
.aura-hero__bg::after,
.aura-hero__bg::before { content: ""; position: absolute; inset: 0; }
.aura-hero__bg::before { background: linear-gradient(to right, rgba(0,0,0,.8), rgba(0,0,0,.4) 50%, transparent); }
.aura-hero__bg::after  { background: linear-gradient(to top, var(--aura-ink), transparent 50%, rgba(0,0,0,.3)); }

.aura-hero__inner { position: relative; z-index: 1; width: 100%; padding-block: 5rem; }
.aura-hero__content { max-width: 42rem; display: flex; flex-direction: column; gap: 1.5rem; }

.aura-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  align-self: flex-start;
  padding: .375rem 1rem;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, .2);
  font-size: .625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--aura-track-widest);
  color: var(--aura-gold);
}
.aura-hero__badge svg { color: var(--aura-gold); }

.aura-hero__title { color: #fff; }
.aura-hero__title em { font-style: italic; font-weight: 400; color: var(--aura-gold); }

.aura-hero__text {
  max-width: 36rem;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--aura-border);
}
@media (min-width: 640px) { .aura-hero__text { font-size: 1rem; } }

.aura-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; padding-top: 1rem; }

@media (max-width: 767px) {
  .aura-hero { min-height: 70vh; }
  .aura-hero__inner { padding-block: 3.5rem; }
}

/* --- Campaign spotlight (oval mask) --- */
.aura-spotlight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  background: var(--aura-surface);
  border: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-soft);
}
@media (min-width: 768px) { .aura-spotlight { grid-template-columns: 5fr 7fr; padding: 3rem; } }

.aura-spotlight__body > * + * { margin-top: 1rem; }
.aura-spotlight__title { line-height: 1.15; }
.aura-spotlight__text { font-size: .875rem; font-weight: 300; line-height: 1.7; color: var(--aura-ink-60); }
.aura-spotlight__actions { padding-top: .5rem; }

.aura-spotlight__media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) { .aura-spotlight__media { gap: 1.5rem; } }

.aura-spotlight__figure {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--aura-border);
  transition: transform .7s var(--aura-ease);
}
.aura-spotlight__figure:hover { transform: scale(1.05); }
.aura-spotlight__figure img { width: 100%; height: 100%; object-fit: cover; }
.aura-spotlight__figure--oval { width: 10rem; box-shadow: var(--aura-shadow-lg); }
.aura-spotlight__figure--rect { width: 12rem; border: 1px solid var(--aura-hairline); box-shadow: var(--aura-shadow-md); }
@media (min-width: 640px) {
  .aura-spotlight__figure--oval { width: 14rem; }
  .aura-spotlight__figure--rect { width: 16rem; }
}

/* --- Trust pillars --- */
.aura-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--aura-hairline);
  background: var(--aura-canvas);
}
@media (min-width: 768px) { .aura-pillars { grid-template-columns: repeat(4, 1fr); } }

.aura-pillar {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1.5rem;
  border-right: 1px solid var(--aura-hairline);
  border-bottom: 1px solid var(--aura-hairline);
}
.aura-pillar:nth-child(2n) { border-right: 0; }
@media (min-width: 768px) {
  .aura-pillar { border-bottom: 0; border-right: 1px solid var(--aura-hairline); }
  .aura-pillar:nth-child(2n) { border-right: 1px solid var(--aura-hairline); }
  .aura-pillar:last-child { border-right: 0; }
}
.aura-pillar:nth-last-child(-n+2) { border-bottom: 0; }

.aura-pillar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem; height: 2.5rem;
  flex-shrink: 0;
  background: var(--aura-surface);
  color: var(--aura-gold);
}
.aura-pillar__title {
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--aura-ink);
}
.aura-pillar__text { font-size: .6875rem; color: var(--aura-ink-60); }

/* --- Category grid --- */
.aura-cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 640px)  { .aura-cat-grid { gap: 1.5rem; } }
@media (min-width: 1024px) { .aura-cat-grid { grid-template-columns: repeat(3, 1fr); } }

.aura-cat-card {
  position: relative;
  display: block;
  height: 20rem;
  overflow: hidden;
  border: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-soft);
  background: var(--aura-surface);
}
@media (min-width: 640px) { .aura-cat-card { height: 24rem; } }

.aura-cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--aura-ease); }
.aura-cat-card:hover img { transform: scale(1.05); }

.aura-cat-card__body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.2) 50%, transparent);
}
.aura-cat-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: .25rem;
  font-family: var(--aura-font-serif);
  font-size: 1.5rem;
  font-weight: 300;
}
.aura-cat-card__title svg { color: var(--aura-gold); transition: transform .3s var(--aura-ease); }
.aura-cat-card:hover .aura-cat-card__title svg { transform: translateX(4px); }

/* --- Editorial split banner --- */
.aura-editorial {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 31rem;
  background: var(--aura-ink);
  color: #fff;
  border: 1px solid var(--aura-hairline);
  box-shadow: var(--aura-shadow-soft);
  overflow: hidden;
}
@media (min-width: 1024px) { .aura-editorial { grid-template-columns: 1fr 1fr; } }

.aura-editorial__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 2rem;
  z-index: 1;
}
@media (min-width: 640px)  { .aura-editorial__body { padding: 3rem; } }
@media (min-width: 1024px) { .aura-editorial__body { padding: 4rem; } }

.aura-editorial__title { color: #fff; line-height: 1.15; }
.aura-editorial__text { font-size: .875rem; font-weight: 300; line-height: 1.7; color: var(--aura-border); }
.aura-editorial__actions { padding-top: .5rem; }

.aura-editorial__media { position: relative; min-height: 18rem; }
.aura-editorial__media img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1024px) {
  .aura-editorial__media::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(to right, var(--aura-ink), transparent 60%);
  }
}
.aura-editorial--reverse .aura-editorial__body { order: 2; }
.aura-editorial--reverse .aura-editorial__media { order: 1; }
@media (min-width: 1024px) {
  .aura-editorial--reverse .aura-editorial__media::after {
    background: linear-gradient(to left, var(--aura-ink), transparent 60%);
  }
}

/* --- Testimonials --- */
.aura-testimonials {
  background: var(--aura-surface);
  border-block: 1px solid var(--aura-hairline);
  padding-block: 4rem;
}
.aura-testimonials__head { text-align: center; max-width: 56rem; margin-inline: auto; }
.aura-testimonials__quote { margin-top: 1rem; }

.aura-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) { .aura-testimonials__grid { grid-template-columns: repeat(3, 1fr); } }

.aura-testimonial {
  padding: 1.5rem;
  background: var(--aura-canvas);
  border: 1px solid var(--aura-hairline);
}
.aura-testimonial > * + * { margin-top: .75rem; }
.aura-testimonial__text {
  font-size: .75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: var(--aura-ink-60);
}
.aura-testimonial__name { font-size: .75rem; font-weight: 700; color: var(--aura-ink); }
.aura-testimonial__meta { font-size: .625rem; text-transform: uppercase; letter-spacing: .08em; color: var(--aura-gold); }

/* ==========================================================================
   Content page components (About / Contact / FAQ / Shipping)
   ========================================================================== */

.aura-feature-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }
@media (min-width: 768px) { .aura-feature-grid { grid-template-columns: repeat(3, 1fr); } }
.aura-feature-grid--2 { grid-template-columns: 1fr; }
@media (min-width: 768px) { .aura-feature-grid--2 { grid-template-columns: repeat(2, 1fr); } }

.aura-feature {
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--aura-hairline);
}
.aura-feature > * + * { margin-top: .75rem; }
.aura-feature__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem; height: 3rem;
  background: var(--aura-surface);
  color: var(--aura-gold);
  font-weight: 700;
}
.aura-feature__text { font-size: .75rem; line-height: 1.8; color: var(--aura-muted-2); }
.aura-feature ul { list-style: disc; padding-left: 1.125rem; font-size: .75rem; line-height: 1.8; color: var(--aura-muted-2); }
.aura-feature li + li { margin-top: .5rem; }

.aura-cta-band {
  padding: 3rem 2rem;
  text-align: center;
  background: var(--aura-surface);
  border: 1px solid var(--aura-hairline);
}
.aura-cta-band > * + * { margin-top: 1rem; }

.aura-dark-hero {
  position: relative;
  padding: 3rem 2rem;
  text-align: center;
  background: var(--aura-ink);
  color: #fff;
  overflow: hidden;
}
@media (min-width: 640px) { .aura-dark-hero { padding: 4rem 3rem; } }
.aura-dark-hero > * + * { margin-top: 1.25rem; }
.aura-dark-hero__title { color: #fff; max-width: 48rem; margin-inline: auto; }
.aura-dark-hero__text { max-width: 40rem; margin-inline: auto; font-size: .875rem; font-weight: 300; line-height: 1.8; color: var(--aura-border); }

/* Accordion (FAQ + PDP) */
.aura-accordion { border-top: 1px solid var(--aura-hairline); }
.aura-accordion__item { border-bottom: 1px solid var(--aura-hairline); }
.aura-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.125rem 0;
  text-align: left;
  font-size: .875rem;
  font-weight: 600;
  color: var(--aura-ink);
  transition: color .2s var(--aura-ease);
}
.aura-accordion__trigger:hover { color: var(--aura-gold); }
.aura-accordion__trigger svg { color: var(--aura-gold); flex-shrink: 0; transition: transform .25s var(--aura-ease); }
.aura-accordion__trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.aura-accordion__panel { padding-bottom: 1.125rem; font-size: .8125rem; line-height: 1.8; color: var(--aura-muted-2); }
.aura-accordion__panel[hidden] { display: none; }
.aura-accordion__panel ul { list-style: disc; padding-left: 1.125rem; }
.aura-accordion__panel li + li { margin-top: .375rem; }

/* Contact / info cards */
.aura-info-card { padding: 2rem; background: var(--aura-surface); border: 1px solid var(--aura-hairline); }
.aura-info-card--white { background: #fff; }
.aura-info-card > * + * { margin-top: 1rem; }
.aura-info-card__list { display: flex; flex-direction: column; gap: .5rem; padding-top: 1rem; border-top: 1px solid var(--aura-hairline); font-size: .75rem; }
.aura-info-card__list p { display: flex; align-items: center; gap: .5rem; }
.aura-info-card__list svg { color: var(--aura-gold); flex-shrink: 0; }

.aura-split { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
@media (min-width: 1024px) { .aura-split { grid-template-columns: 7fr 5fr; } }

.aura-panel-card { padding: 2rem; background: #fff; border: 1px solid var(--aura-hairline); }
.aura-panel-card > * + * { margin-top: 1.5rem; }

.aura-form-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
@media (min-width: 640px) { .aura-form-grid--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 640px) { .aura-form-grid--3 { grid-template-columns: repeat(3, 1fr); } }

.aura-notice {
  padding: .875rem 1rem;
  font-size: .75rem;
  font-weight: 500;
  border: 1px solid transparent;
}
.aura-notice--ok    { background: var(--aura-ok-bg); color: var(--aura-ok-ink); border-color: #A7F3D0; }
.aura-notice--error { background: var(--aura-sale-bg); color: var(--aura-sale-ink); border-color: #FECDD3; }
.aura-notice--info  { background: var(--aura-surface); color: var(--aura-muted-2); border-color: var(--aura-hairline); }

/* ==========================================================================
   Elementor interop
   ========================================================================== */

.aura-page-content--full > .elementor { width: 100%; }

/* Keep Elementor's default container aligned with the theme grid. */
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con > .e-con-inner { max-width: var(--aura-max); }

/* Ensure editor-inserted headings inherit AURA typography. */
.elementor-widget-heading .elementor-heading-title { font-family: var(--aura-font-serif); font-weight: 300; }

/* Stock Elementor Button widget, styled to the AURA button language.
   Scoped to .elementor-widget-button on purpose: Elementor's Theme Style tab
   applies the same styling to generic `button` elements, which turned every
   theme control (header search, quantity steppers, drawer close, filter
   toggles) into a solid black box. Colour and typography still come from the
   kit globals; only shape, spacing and hover are set here. */
.elementor-widget-button .elementor-button {
  border-radius: 0;
  padding: 14px 32px;
  border: 1px solid transparent;
  transition: background-color .3s var(--aura-ease), color .3s var(--aura-ease), border-color .3s var(--aura-ease);
}
.elementor-widget-button .elementor-button:hover,
.elementor-widget-button .elementor-button:focus {
  background-color: var(--aura-ink);
  border-color: var(--aura-ink);
  color: #fff;
}

/* Links inside Elementor text content.
   Scoped to Elementor widgets on purpose: Elementor's Theme Style would style
   every <a> on the site and override the theme's own link behaviour. */
.elementor-widget-text-editor a,
.elementor-widget-theme-post-content a {
  color: var(--aura-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-theme-post-content a:hover { color: var(--aura-ink); }

/* Stock Elementor lists inside text content keep readable markers. */
.elementor-widget-text-editor ul { list-style: disc; padding-left: 1.25rem; }
.elementor-widget-text-editor ol { list-style: decimal; padding-left: 1.25rem; }
