.hero {
  background: #1a1117;
  padding: 44px max(24px, calc((100vw - 1060px) / 2)) 40px;
}
.hero-inner {
  align-items: center;
  display: flex;
  gap: 40px;
  max-width: 960px;
}
.hero-logo { color: var(--mauve); flex-shrink: 0; }
.hero-logo img { height: 250px; width: auto; }
.hero-divider {
  background: rgba(184, 154, 152, 0.35);
  flex-shrink: 0;
  height: 80px;
  width: 1px;
}
.hero-text { display: flex; flex-direction: column; gap: 10px; }
.hero-title {
  color: var(--oyster);
  font-family: var(--ff-display);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  max-width: 620px;
}
.hero-tagline {
  color: var(--mauve);
  font-family: var(--ff-display);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
.hero-desc {
  border-top: 1px solid rgba(184, 154, 152, 0.2);
  color: #c8bab8;
  font-size: 0.8rem;
  line-height: 1.75;
  margin-top: 2px;
  max-width: 400px;
  padding-top: 10px;
}
.hero-disclosure {
  color: var(--stone);
  font-size: 0.64rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.filter-section {
  background: var(--oyster);
  border-bottom: 1px solid #dfd8d4;
  padding: 24px 32px;
}
.filter-content {
  background: #1f151b;
  border: 1px solid rgba(184, 154, 152, 0.28);
  border-radius: 8px;
  color: var(--oyster);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  margin: 0 auto;
  max-width: 1060px;
  padding: 22px;
}
.filter-intro {
  align-content: start;
  display: grid;
  gap: 12px;
}
.filter-intro h2 {
  color: var(--oyster);
  font-family: var(--ff-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.98;
}
.filter-intro p {
  color: #c8bab8;
  font-size: 0.78rem;
  line-height: 1.7;
  max-width: 300px;
}
.filter-search-row {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.search-wrap { max-width: 340px; position: relative; width: 100%; }
.search-wrap input {
  background: rgba(244, 239, 236, 0.08);
  border: 1px solid rgba(184, 154, 152, 0.34);
  border-radius: 20px;
  color: var(--oyster);
  font-size: 0.75rem;
  font-weight: 400;
  outline: none;
  padding: 8px 16px 8px 34px;
  transition: border-color 0.2s;
  width: 100%;
}
.search-wrap input:focus { border-color: var(--mauve); }
.search-wrap input::placeholder { color: #a99b98; }
.search-icon {
  color: var(--mauve);
  font-size: 0.8rem;
  left: 12px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.result-count {
  color: #c8bab8;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.filter-steps {
  display: grid;
  gap: 14px;
}
.filter-step {
  background: rgba(244, 239, 236, 0.07);
  border: 1px solid rgba(184, 154, 152, 0.24);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 15px;
}
.filter-group-aura {
  min-width: 0;
}
.filter-group-label {
  color: var(--mauve);
  display: block;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}
.pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.budget-pill-group {
  border-top: 1px solid rgba(184, 154, 152, 0.2);
  margin-top: 2px;
  padding-top: 10px;
}
.pill {
  background: transparent;
  border: 1px solid rgba(200, 192, 187, 0.66);
  border-radius: 20px;
  color: #d7ccca;
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 6px 14px;
  text-transform: uppercase;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  white-space: nowrap;
}
.pill:hover, .pill.active {
  background: var(--mauve);
  border-color: var(--mauve);
  color: #1f151b;
}
.filter-reset {
  align-self: start;
  background: transparent;
  border: 0;
  color: var(--mauve);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 2px 0;
  text-transform: uppercase;
}
.filter-reset:hover {
  color: var(--white);
}
.home-main {
  margin: 0 auto;
  max-width: 1060px;
  padding: 36px 20px 80px;
}
.home-main-header {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 22px;
}
.home-main-header .section-label { margin-bottom: 0; }
.category-band {
  background: var(--white);
  border-top: 1px solid #e6ddd9;
  padding: 44px 24px;
}
.category-band-inner {
  margin: 0 auto;
  max-width: 1060px;
}
.category-band h2 {
  color: var(--rosewood);
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 18px;
}
.category-link-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.category-link {
  border: 1px solid #e1d8d4;
  border-radius: 6px;
  color: var(--rosewood);
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.category-link:hover,
.category-link:focus-visible {
  background: var(--oyster);
  border-color: var(--mauve);
  box-shadow: 0 8px 22px rgba(47, 37, 41, 0.1);
  transform: translateY(-3px);
}
.category-link span {
  color: var(--stone);
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: 8px;
  text-transform: none;
}
.section-label {
  color: var(--rosewood);
  font-family: var(--ff-display);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 22px;
}
.grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.card {
  background: var(--white);
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(47, 37, 41, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.card:hover {
  box-shadow: 0 6px 20px rgba(47, 37, 41, 0.12);
  transform: translateY(-3px);
}
.card-img-wrap {
  aspect-ratio: 1 / 1;
  background: #f0ebe8;
  overflow: hidden;
  width: 100%;
}
.card-img-wrap img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.card:hover .card-img-wrap img { transform: scale(1.03); }
.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  padding: 14px 16px 10px;
}
.card-tag {
  color: var(--crimson);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.card-tag.is-new {
  color: var(--rosewood);
}
.card-name {
  color: var(--rosewood);
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.3;
}
.card-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 4px; }
.card-pill {
  background: var(--oyster);
  border-radius: 20px;
  color: var(--stone);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 3px 8px;
  text-transform: uppercase;
}
.card-cta {
  border-top: 1px solid #ede7e4;
  color: var(--rosewood);
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.card:hover .card-cta { background: var(--rosewood); color: var(--white); }
.product-load-more {
  align-items: center;
  border-top: 1px solid #e6dcd8;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
  padding-top: 22px;
}
.product-load-more[hidden] {
  display: none;
}
.product-load-more p {
  color: var(--stone);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}
.product-load-more .filter-reset:hover,
.product-load-more .filter-reset:focus-visible {
  color: var(--rosewood);
}
.back-to-filters {
  background: var(--rosewood);
  border: 1px solid rgba(244, 239, 236, 0.36);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 12px 28px rgba(26, 17, 23, 0.22);
  color: var(--oyster);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0;
  padding: 12px 16px;
  pointer-events: none;
  position: fixed;
  right: 18px;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 0.2s, transform 0.2s, background 0.2s;
  z-index: 121;
}
.back-to-filters:hover,
.back-to-filters:focus-visible {
  background: var(--crimson);
}
.back-to-filters.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.empty-state {
  grid-column: 1 / -1;
  padding: 72px 20px;
  text-align: center;
}
.empty-state p {
  color: var(--stone);
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 6px;
}
.empty-state span { color: var(--mauve); font-size: 0.78rem; }
.compass-preview {
  background: #e9dfdc;
  border-top: 1px solid #ded1cd;
  padding: 46px 24px;
}
.compass-preview-inner {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  margin: 0 auto;
  max-width: 1060px;
}
.compass-preview h2 {
  color: var(--rosewood);
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  margin: 8px 0;
}
.compass-preview p {
  color: var(--stone);
  font-size: 0.82rem;
  line-height: 1.8;
  max-width: 500px;
}
.compass-action-card {
  background: var(--oyster);
  border: 1px solid #d8cbc7;
  border-radius: 6px;
  padding: 20px;
}
.compass-action-card span {
  color: var(--rosewood);
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.compass-action-card p {
  margin-bottom: 14px;
}
.text-link {
  border: 1px solid var(--rosewood);
  border-radius: 2px;
  color: var(--rosewood);
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 12px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.text-link:hover {
  background: var(--rosewood);
  color: var(--white);
}
.home-footer { padding: 52px 32px 0; }
.footer-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 40px;
  text-align: center;
}
.footer-about-text {
  color: var(--stone);
  font-size: 0.78rem;
  line-height: 1.8;
  max-width: 520px;
}
.footer-aura-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.footer-aura-links a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(184, 154, 152, 0.25);
  border-radius: 3px;
  color: var(--oyster);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s;
}
.footer-aura-links a:hover {
  background: rgba(184, 154, 152, 0.18);
  border-color: var(--mauve);
}
.home-footer .footer-bottom {
  border-top: 1px solid rgba(184, 154, 152, 0.12);
  flex-direction: column;
  gap: 10px;
  max-width: none;
  padding: 20px 32px;
}

@media (max-width: 700px) {
  .hero { padding: 28px 20px 26px; }
  .hero-inner { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-divider { display: none; }
  .hero-logo img { height: 72px; }
  .hero-tagline { font-size: 1.55rem; }
  .filter-section { padding: 14px 16px 12px; position: static; }
  .filter-content { grid-template-columns: 1fr; padding: 16px; }
  .filter-intro p { max-width: none; }
  .search-wrap { max-width: 100%; }
  .result-count { margin-left: 0; }
  .filter-step { padding: 13px; }
  .home-main { padding: 24px 16px 56px; }
  .back-to-filters {
    bottom: 14px;
    font-size: 0.58rem;
    max-width: calc(100vw - 88px);
    padding: 10px 12px;
    right: 14px;
  }
  .compass-preview-inner { grid-template-columns: 1fr; }
  .footer-aura-links { max-width: 100%; width: 100%; }
  .footer-aura-links a { max-width: 100%; min-width: 0; }
  .home-footer .footer-bottom { padding: 18px 16px; }
}
