:root {
  color-scheme: light;
  --bg: #fbf7f2;
  --panel: #fffdf9;
  --ink: #4b3a2d;
  --muted: #7f6e60;
  --line: #e8ddd1;
  --brand: #b4a08c;
  --brand-deep: #8e7560;
  --brand-soft: #d8cabd;
  --focus: rgba(180, 160, 140, 0.34);
  --radius: 18px;
  --shadow: 0 18px 40px rgba(104, 81, 58, 0.12);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(216, 202, 189, 0.55) 0%,
      rgba(216, 202, 189, 0) 34%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(244, 237, 229, 0.95) 0%,
      rgba(244, 237, 229, 0) 36%
    ),
    linear-gradient(180deg, #fffdf9 0%, var(--bg) 42%, #f7f1ea 100%);
  line-height: 1.55;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.top-bar {
  background: linear-gradient(90deg, #7f6853, var(--brand), #d1c4b8);
  color: #fffdf9;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.46rem 1rem;
}

.container {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.site-header {
  background: rgba(255, 250, 244, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(104, 81, 58, 0.05);
}

.header-inner {
  padding: 0.9rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}

.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: clamp(122px, 11vw, 156px);
  height: auto;
}

.brand-dot {
  display: none;
}

.nav {
  display: flex;
  gap: 1.45rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
  padding: 0.35rem 0;
  border-radius: 999px;
  transition:
    background 160ms ease,
    color 160ms ease;
  font-size: 0.96rem;
}

.nav a:hover {
  color: var(--ink);
  background: rgba(180, 160, 140, 0.12);
}

.nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(180, 160, 140, 0.16);
  box-shadow: inset 0 0 0 1px rgba(142, 117, 96, 0.18);
}

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

.header-actions .btn {
  padding: 0.7rem 1.08rem;
  font-size: 0.9rem;
}

.nav-toggle {
  display: none;
}

.main-layout {
  padding: 2.2rem 0 4.2rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 16% 20%,
      rgba(255, 255, 255, 0.92) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    radial-gradient(
      circle at 84% 10%,
      rgba(216, 202, 189, 0.52) 0%,
      rgba(216, 202, 189, 0) 36%
    ),
    linear-gradient(
      135deg,
      rgba(255, 251, 245, 0.98) 0%,
      rgba(244, 237, 229, 0.98) 42%,
      rgba(232, 221, 209, 0.98) 100%
    );
  color: var(--ink);
  border: 1px solid rgba(180, 160, 140, 0.26);
  border-radius: 28px;
  padding: clamp(2rem, 4vw, 3.35rem);
  min-height: clamp(360px, 44vh, 500px);
  box-shadow: var(--shadow);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0) 46%
    ),
    radial-gradient(
      820px 500px at 92% 6%,
      rgba(142, 117, 96, 0.14) 0%,
      rgba(142, 117, 96, 0) 65%
    );
  z-index: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(340px, 1.28fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
}

.hero-brand-panel {
  max-width: 360px;
  padding: 1rem 1rem 1.2rem;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(180, 160, 140, 0.22);
  box-shadow: 0 14px 34px rgba(123, 98, 75, 0.09);
  display: grid;
  gap: 0.8rem;
}

.hero-logo {
  width: min(100%, 290px);
  height: auto;
  display: block;
  margin-inline: auto;
}

.home-hero {
  padding: clamp(1.55rem, 3vw, 2.25rem);
  min-height: auto;
}

.home-hero-grid {
  grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.72fr);
  gap: clamp(1rem, 2.8vw, 1.9rem);
  align-items: stretch;
}

.home-hero-copy {
  max-width: none;
}

.home-hero-side {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.hero-brand-panel-compact {
  max-width: none;
  padding: 0.9rem 0.95rem 1rem;
}

.hero-brand-panel-compact .hero-logo {
  width: min(100%, 235px);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 56ch;
  padding-block: 0.4rem;
}

.hero-eyebrow {
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.hero-note {
  color: var(--muted);
  max-width: 31ch;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
  }
}

.hero h1 {
  font-size: clamp(2.45rem, 5vw, 4.2rem);
  font-weight: 700;
  line-height: 0.94;
  margin-bottom: 0.8rem;
  max-width: 10.5ch;
}

.hero p {
  max-width: 46ch;
  font-size: 1rem;
  font-weight: 650;
}

.hero .hero-note {
  max-width: 31ch;
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.hero-actions .hero-link {
  color: var(--brand-deep);
  font-weight: 800;
  text-decoration: none;
  padding: 0.4rem 0.25rem;
  border-radius: 10px;
}

.hero-actions .hero-link:hover {
  color: var(--ink);
  text-decoration: underline;
}

.hero-chips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-chips span {
  border: 1px solid rgba(142, 117, 96, 0.16);
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

.hero-proof-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-proof-card {
  padding: 0.82rem 0.88rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(180, 160, 140, 0.16);
  background: rgba(255, 253, 249, 0.76);
  box-shadow: 0 10px 24px rgba(123, 98, 75, 0.05);
}

.hero-proof-card span,
.hero-side-note span {
  display: block;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-proof-card strong,
.hero-side-note strong {
  display: block;
  margin-top: 0.28rem;
  font-size: 1rem;
  line-height: 1.2;
}

.hero-proof-card p {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--muted);
}

.hero-side-note {
  display: grid;
  gap: 0.55rem;
}

.hero-side-note div {
  padding: 0.82rem 0.88rem;
  border-radius: 18px;
  border: 1px solid rgba(180, 160, 140, 0.14);
  background: rgba(255, 255, 255, 0.44);
}

.section {
  margin-top: 2.25rem;
}

.section-kicker {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

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

.section-head h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--brand-deep);
}

.section-head-stacked {
  align-items: end;
}

.section-heading-block {
  display: grid;
  gap: 0.22rem;
}

.section-head-side {
  display: grid;
  justify-items: end;
  gap: 0.75rem;
}

.section-summary {
  max-width: 34ch;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.section-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.section-tags span {
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(180, 160, 140, 0.16);
  background: rgba(255, 255, 255, 0.46);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.section-shell {
  position: relative;
  padding: 1.3rem 1.35rem 1.45rem;
  border-radius: 28px;
  border: 1px solid rgba(180, 160, 140, 0.16);
  background: linear-gradient(
    180deg,
    rgba(255, 252, 248, 0.84) 0%,
    rgba(255, 253, 249, 0.94) 100%
  );
  box-shadow: 0 14px 34px rgba(123, 98, 75, 0.06);
}

.section-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.35rem;
  right: 1.35rem;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(180, 160, 140, 0),
    rgba(180, 160, 140, 0.55),
    rgba(180, 160, 140, 0)
  );
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(250px, 0.64fr);
  gap: clamp(1rem, 3vw, 1.8rem);
  padding: clamp(1.3rem, 3.2vw, 1.8rem);
  border-radius: 28px;
  border: 1px solid rgba(180, 160, 140, 0.2);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 40%
    ),
    linear-gradient(
      135deg,
      rgba(255, 252, 247, 0.98) 0%,
      rgba(244, 237, 229, 0.98) 100%
    );
  box-shadow: 0 18px 40px rgba(123, 98, 75, 0.08);
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.96;
  margin-top: 0.35rem;
  max-width: 13ch;
}

.page-hero-copy > p:not(.section-kicker) {
  margin-top: 0.7rem;
  max-width: 52ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.page-hero-card {
  border-radius: 24px;
  border: 1px solid rgba(180, 160, 140, 0.18);
  background: rgba(255, 253, 249, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  padding: 1rem 1rem 1.05rem;
}

.page-hero-aside {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.page-hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.page-hero-stat strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.page-hero-stat p {
  margin-top: 0.38rem;
  color: var(--muted);
  line-height: 1.55;
}

.page-hero-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.page-hero-list li {
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(180, 160, 140, 0.14);
  background: rgba(255, 255, 255, 0.44);
  color: var(--ink);
  font-weight: 700;
}

.mini-stat-grid {
  display: grid;
  gap: 0.55rem;
}

.mini-stat-grid div {
  padding: 0.75rem 0.8rem;
  border-radius: 16px;
  border: 1px solid rgba(180, 160, 140, 0.14);
  background: rgba(255, 255, 255, 0.44);
}

.mini-stat-grid span {
  display: block;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mini-stat-grid strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.3;
}

.grid {
  display: grid;
  gap: 1rem;
}

.products-grid {
  grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
}

.choose-section {
  background: linear-gradient(
    180deg,
    rgba(255, 252, 248, 0.92) 0%,
    rgba(246, 238, 229, 0.92) 100%
  );
  border: 0;
  border-radius: 24px;
  padding-top: 1.2rem;
}

.choose-head {
  margin-bottom: 1.35rem;
}

.choose-head h2 {
  text-align: left;
}

.choose-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.choose-card {
  position: relative;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(180, 160, 140, 0.16);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(123, 98, 75, 0.08);
  padding: 2.8rem 1.15rem 1.15rem;
  text-align: center;
  min-height: 196px;
}

.choose-icon {
  position: absolute;
  top: -1.55rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4ebe2 0%, #ede0d2 100%);
  border: 1px solid rgba(180, 160, 140, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.choose-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: var(--brand-deep);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.choose-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-deep);
  font-size: 0.88rem;
  margin-bottom: 0.48rem;
  font-weight: 700;
}

.choose-card p:last-child {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
  font-weight: 700;
  max-width: 28ch;
  margin-inline: auto;
}

.trust-inline-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.trust-inline-grid div {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(180, 160, 140, 0.14);
  background: rgba(255, 255, 255, 0.44);
}

.trust-inline-grid span {
  display: block;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-inline-grid strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.3;
}

.card {
  display: flex;
  flex-direction: column;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(123, 98, 75, 0.07);
  overflow: hidden;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(123, 98, 75, 0.12);
  border-color: rgba(142, 117, 96, 0.26);
}

.thumb {
  position: relative;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
  background: linear-gradient(145deg, #f4ebe2 0%, #efe3d7 48%, #dfd0c2 100%);
}

.thumb::after {
  content: "";
  position: absolute;
  inset: 0.95rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.06)
  );
}

.thumb img {
  position: relative;
  z-index: 1;
  width: 68%;
  height: 68%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.card-body {
  padding: 0.95rem 0.95rem 1rem;
  display: grid;
  gap: 0.48rem;
  height: 100%;
}

.card h3 {
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.04;
  margin-bottom: 0.1rem;
}

.section-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.9rem;
}

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

.process-card .card-body {
  padding: 1.05rem 1rem 1.1rem;
}

.process-card .btn {
  margin-top: auto;
}

.footer-prelude {
  margin-top: 1.8rem;
}

.footer-prelude-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border-radius: 24px;
  border: 1px solid rgba(180, 160, 140, 0.16);
  background: linear-gradient(
    135deg,
    rgba(255, 252, 247, 0.96),
    rgba(244, 237, 229, 0.92)
  );
}

.footer-prelude-panel h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.98;
  margin-top: 0.35rem;
  max-width: 18ch;
}

.footer-prelude-meta {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.footer-prelude-meta span {
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(180, 160, 140, 0.16);
  background: rgba(255, 255, 255, 0.46);
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 750;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  color: var(--brand-deep);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.card .muted {
  min-height: 2.2rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.price {
  font-size: 0.98rem;
  font-weight: 900;
  margin: 0;
}

.card-footer-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    #816956 0%,
    var(--brand-deep) 30%,
    var(--brand) 100%
  );
  color: #fffdf9;
  box-shadow: 0 12px 24px rgba(123, 98, 75, 0.18);
}

.btn-secondary {
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid var(--line);
  color: var(--ink);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible,
.tab-btn:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.nav a:focus-visible,
.nav-toggle:focus-visible,
.icon-btn:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
}

.btn-secondary:hover {
  border-color: rgba(142, 117, 96, 0.24);
  box-shadow: 0 10px 20px rgba(123, 98, 75, 0.08);
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(123, 98, 75, 0.05);
  padding: 1rem;
}

.panel h3 {
  font-size: 1.1rem;
  font-weight: 800;
}

.legal {
  max-width: 920px;
  margin-inline: auto;
}

.legal h1 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.15;
  margin-bottom: 0.7rem;
}

.legal h2 {
  font-size: 1.12rem;
  line-height: 1.25;
  margin: 1.25rem 0 0.5rem;
}

.legal p,
.legal li {
  color: var(--muted);
  font-weight: 650;
}

.legal ul {
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
  margin-top: 0.55rem;
}

.legal .lead {
  color: var(--muted);
  font-weight: 750;
  margin-bottom: 1rem;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
}

.checkout-stack {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.checkout-sidebar {
  position: sticky;
  top: 6.8rem;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.6rem;
}

.btn-small {
  padding: 0.42rem 0.75rem;
  font-size: 0.9rem;
}

.cart-list {
  display: grid;
}

.cart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(142, 117, 96, 0.12);
}

.cart-row:last-child {
  border-bottom: 0;
}

.cart-row-main {
  display: grid;
  gap: 0.25rem;
}

.cart-row-title {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  flex-wrap: wrap;
}

.cart-row-title img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(142, 117, 96, 0.14);
  object-fit: cover;
  background: #fff;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.qty-controls button {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(142, 117, 96, 0.18);
  background: rgba(255, 253, 249, 0.92);
  cursor: pointer;
  font-weight: 900;
}

.qty-controls button:hover {
  box-shadow: 0 10px 20px rgba(123, 98, 75, 0.08);
  transform: translateY(-1px);
}

.qty-controls .qty {
  min-width: 2ch;
  text-align: center;
  font-weight: 850;
}

.cart-totals {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(142, 117, 96, 0.12);
  font-size: 0.95rem;
}

.cart-total-row {
  font-size: 1.05rem;
}

.form-stack,
.form-row {
  display: grid;
  gap: 0.8rem;
}

label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.92rem;
  font-weight: 700;
}

input,
textarea,
select {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.66rem 0.72rem;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.96);
}

textarea {
  min-height: 84px;
  resize: vertical;
}

.bank-box {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.checkout-panel {
  padding: 1.05rem;
}

.checkout-panel h3 {
  font-size: 1.55rem;
}

.bank-box-lux {
  gap: 0.7rem;
}

.bank-box-lux > div {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.72rem 0.82rem;
  border-radius: 16px;
  border: 1px solid rgba(180, 160, 140, 0.14);
  background: rgba(255, 255, 255, 0.52);
}

.micro-note-row {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.micro-note-row span {
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(244, 237, 229, 0.84);
  border: 1px solid rgba(180, 160, 140, 0.16);
  font-size: 0.82rem;
  font-weight: 750;
  color: var(--brand-deep);
}

.checkout-step-list {
  display: grid;
  gap: 0.55rem;
}

.checkout-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.2rem 0;
}

.checkout-step-card span {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fffdf9;
  font-size: 0.8rem;
  font-weight: 800;
}

.checkout-step-card strong {
  display: block;
  font-size: 1rem;
  color: var(--ink);
}

.checkout-step-card p {
  margin-top: 0.2rem;
  color: var(--muted);
  line-height: 1.6;
}

.side-support-panel {
  padding: 1rem 1.05rem 1.1rem;
}

.side-support-panel h3 {
  font-size: 1.42rem;
  margin-top: 0.32rem;
}

.mini-process-list {
  margin-top: 0.7rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
  color: var(--muted);
}

.mini-process-list li {
  line-height: 1.55;
}

.muted {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
}

.tab-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.46rem 0.95rem;
  cursor: pointer;
  font-weight: 800;
}

.tab-btn.active {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  color: #fffdf9;
}

.status-list {
  margin-top: 0.6rem;
  display: grid;
  gap: 0.45rem;
}

.status-item {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.55rem;
  font-size: 0.9rem;
}

.admin-list {
  display: grid;
  gap: 0.9rem;
}

.admin-controls {
  margin-bottom: 0.9rem;
  padding: 0.9rem;
}

.admin-controls-row {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.7fr;
  gap: 0.7rem;
  align-items: end;
}

.admin-controls-meta {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

.admin-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.admin-order {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
  display: grid;
  gap: 0.6rem;
}

.admin-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.admin-head .muted {
  font-weight: 750;
}

.admin-actions {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 0.6rem;
}

.admin-actions input[disabled],
.admin-actions select[disabled],
.admin-actions button[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

.admin-history {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
  display: grid;
  gap: 0.6rem;
}

.admin-history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.admin-history-grid ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
}

.admin-console-actions {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#admin-session-meta {
  margin-top: 0.2rem;
}

.support-layout {
  padding: 0.9rem;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 0.9rem;
}

.support-sidebar-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
}

.support-list {
  display: grid;
  gap: 0.6rem;
  max-height: 560px;
  overflow: auto;
  padding-right: 0.15rem;
}

.support-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.8rem;
  cursor: pointer;
  background: #fff;
  display: grid;
  gap: 0.25rem;
}

.support-item.unread {
  border-color: rgba(142, 117, 96, 0.38);
}

.support-item.active {
  box-shadow: 0 0 0 2px rgba(142, 117, 96, 0.16);
}

.support-item-title {
  font-weight: 900;
}

.support-item-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.support-detail {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(255, 253, 249, 0.72);
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.support-message {
  display: grid;
  gap: 0.6rem;
}

.support-message pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 0.92rem;
  background: rgba(250, 246, 240, 0.92);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.7rem;
}

.support-reply textarea {
  width: 100%;
  resize: vertical;
}

.support-reply-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.toast-host {
  position: fixed;
  right: 1rem;
  top: 5.2rem;
  z-index: 80;
  display: grid;
  gap: 0.6rem;
  width: min(420px, calc(100% - 2rem));
}

.toast {
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(232, 221, 209, 0.92);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(104, 81, 58, 0.16);
  backdrop-filter: blur(10px);
  padding: 0.75rem 0.9rem;
  display: grid;
  gap: 0.25rem;
}

.toast-title {
  font-weight: 900;
}

.toast.toast-error {
  border-color: rgba(185, 38, 55, 0.35);
}

.toast.toast-success {
  border-color: rgba(142, 117, 96, 0.34);
}

.disclaimer-card {
  padding: 1.05rem 1.1rem;
}

.disclaimer-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.disclaimer-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(244, 237, 229, 0.9);
  border: 1px solid rgba(180, 160, 140, 0.22);
  color: var(--ink);
}

.ops-table {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.ops-row {
  display: grid;
  grid-template-columns: 2.2fr 0.9fr 0.8fr 0.8fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(142, 117, 96, 0.12);
}

.ops-row:last-child {
  border-bottom: 0;
}

.ops-head {
  background: rgba(244, 237, 229, 0.78);
  font-weight: 900;
}

.ops-input {
  width: 100%;
}

.cart-drawer {
  position: fixed;
  right: 1rem;
  top: 5.4rem;
  width: min(380px, calc(100% - 2rem));
  max-height: calc(100vh - 7rem);
  overflow: auto;
  background: rgba(255, 252, 247, 0.98);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  z-index: 40;
}

.cart-header,
.cart-footer {
  padding: 0.85rem;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.icon-btn {
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(142, 117, 96, 0.12);
}

.cart-footer {
  display: grid;
  gap: 0.5rem;
}

@media (max-width: 960px) {
  .home-hero-grid,
  .hero-proof-grid,
  .trust-inline-grid,
  .process-grid,
  .footer-prelude-panel {
    grid-template-columns: 1fr;
  }

  .page-hero {
    grid-template-columns: 1fr;
  }

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

  .section-head-side {
    justify-items: start;
  }

  .section-tags {
    justify-content: flex-start;
  }

  .section-summary {
    max-width: 100%;
  }

  .section-actions {
    justify-content: flex-start;
  }

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

  .checkout-sidebar {
    position: static;
  }

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

  .nav {
    display: none;
  }

  .brand-logo {
    width: 144px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(142, 117, 96, 0.16);
    background: rgba(255, 253, 249, 0.9);
  }
}

@media (max-width: 600px) {
  .top-bar {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .header-inner {
    gap: 0.9rem;
  }

  .brand-logo {
    width: 120px;
  }

  .section-head h2 {
    font-size: 2.2rem;
  }

  .page-hero {
    padding: 1.25rem;
  }

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

  .section-shell {
    padding: 1.1rem;
  }

  .hero-brand-panel-compact .hero-logo {
    width: min(100%, 210px);
  }

  .footer-panel {
    padding-inline: 0;
  }

  .footer-bottom,
  .footer-inner,
  .footer-links,
  .footer-prelude-meta {
    justify-content: flex-start;
  }

  .card-footer-row {
    flex-direction: column;
    align-items: stretch;
  }

  .card-footer-row .btn {
    width: 100%;
  }

  .choose-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .trust-inline-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .choose-card {
    min-height: auto;
    padding: 2.9rem 1rem 1rem;
  }

  .bank-box-lux > div {
    display: grid;
  }

  .admin-controls-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

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

  .ops-row {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

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

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

.mobile-nav {
  position: fixed;
  inset: 0;
  background: rgba(76, 58, 45, 0.38);
  z-index: 60;
  padding: 1rem;
}

.mobile-nav-panel {
  margin-left: auto;
  width: min(420px, 100%);
  background: rgba(255, 251, 245, 0.94);
  border: 1px solid rgba(232, 221, 209, 0.85);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(104, 81, 58, 0.2);
  backdrop-filter: blur(12px);
  padding: 0.9rem;
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.25rem 0.25rem 0.6rem;
  border-bottom: 1px solid rgba(232, 221, 209, 0.7);
}

.mobile-nav-links {
  display: grid;
  gap: 0.25rem;
  padding: 0.6rem 0.25rem 0.25rem;
}

.mobile-nav-links a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 850;
  padding: 0.85rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.84);
  border: 1px solid rgba(232, 221, 209, 0.75);
}

.mobile-nav-links a:hover {
  border-color: rgba(142, 117, 96, 0.24);
  background: rgba(255, 255, 255, 0.92);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.35rem 0;
  background: rgba(255, 249, 242, 0.76);
}

.footer-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem 0;
  border-top: 1px solid rgba(180, 160, 140, 0.14);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: start;
}

.footer-brand-block {
  max-width: 32ch;
  display: grid;
  gap: 0.35rem;
}

.footer-brand-block strong {
  font-size: 1.05rem;
  color: var(--ink);
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.footer-admin {
  padding: 0 0 1.4rem;
  display: flex;
  justify-content: flex-end;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(180, 160, 140, 0.12);
}

.footer-meta {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.btn-admin-link {
  padding: 0.36rem 0.68rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--brand-deep);
  background: rgba(244, 237, 229, 0.82);
  border: 1px solid rgba(180, 160, 140, 0.22);
  border-radius: 999px;
}

.btn-admin-link:hover {
  color: var(--ink);
  background: rgba(239, 227, 215, 0.9);
}

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

  .hero-brand-panel {
    order: 2;
  }

  .hero-content {
    order: 1;
  }
}

/* Premium system refresh */

:root {
  --bg: #f5efe7;
  --panel: rgba(255, 252, 247, 0.9);
  --ink: #34271d;
  --muted: #6f6053;
  --line: #dfd1c2;
  --brand: #b69a7d;
  --brand-deep: #795c43;
  --brand-soft: #e7dacd;
  --focus: rgba(182, 154, 125, 0.28);
  --shadow: 0 30px 70px rgba(84, 60, 38, 0.12);
}

@keyframes premium-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body {
  color: var(--ink);
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(231, 218, 205, 0.72) 0%,
      rgba(231, 218, 205, 0) 26%
    ),
    radial-gradient(
      circle at 88% 0%,
      rgba(214, 197, 180, 0.46) 0%,
      rgba(214, 197, 180, 0) 28%
    ),
    linear-gradient(180deg, #fffdf9 0%, #f7f2eb 24%, #f2ebe2 100%);
}

.top-bar {
  padding: 0.42rem 1rem;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  background: linear-gradient(90deg, #725640 0%, #95775e 50%, #b79e86 100%);
}

.site-header {
  background: rgba(255, 252, 247, 0.82);
  border-bottom: 1px solid rgba(121, 92, 67, 0.12);
  box-shadow: 0 14px 40px rgba(84, 60, 38, 0.06);
  backdrop-filter: blur(16px);
}

.header-inner {
  padding: 1rem 0;
  gap: 1.2rem;
}

.brand-logo {
  width: clamp(118px, 9.2vw, 148px);
}

.nav {
  gap: 1.1rem;
}

.nav a {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.55rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: rgba(182, 154, 125, 0.12);
}

.header-actions .btn {
  padding: 0.7rem 1rem;
}

.main-layout {
  padding: 1.8rem 0 4.8rem;
}

.hero,
.page-hero,
.section-shell,
.panel,
.footer-prelude-panel,
.cart-drawer,
.mobile-nav-panel {
  border-color: rgba(121, 92, 67, 0.14);
}

.hero-canvas {
  width: 100%;
  margin: 0;
  border-inline: 0;
  border-top: 0;
  border-radius: 0 0 40px 40px;
  padding: clamp(2.2rem, 5vw, 3.5rem) 0 clamp(2rem, 4vw, 3rem);
  min-height: auto;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0) 28%
    ),
    radial-gradient(
      circle at 80% 10%,
      rgba(231, 218, 205, 0.92) 0%,
      rgba(231, 218, 205, 0) 34%
    ),
    linear-gradient(135deg, #fffdf9 0%, #f5ede3 46%, #eadccf 100%);
  box-shadow: 0 18px 60px rgba(84, 60, 38, 0.08);
}

.hero-canvas::before {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 46%
    ),
    radial-gradient(
      760px 440px at 84% 10%,
      rgba(121, 92, 67, 0.18) 0%,
      rgba(121, 92, 67, 0) 66%
    );
}

.hero-canvas-inner {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: clamp(1.6rem, 5vw, 4rem);
  align-items: end;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 46rem;
  padding-block: 0;
  animation: premium-rise 700ms ease both;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 6vw, 5.1rem);
  line-height: 0.92;
  margin-bottom: 0.95rem;
}

.hero h2,
.page-hero h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
}

.hero p:not(.hero-eyebrow):not(.hero-note) {
  max-width: 50ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-ledger {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.hero-ledger-item {
  padding: 0.95rem 1rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 252, 247, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-ledger-item span,
.page-hero-ledger span {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.hero-ledger-item strong,
.page-hero-ledger strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--ink);
}

.hero-ledger-item p {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-visual-stage {
  display: grid;
  gap: 1rem;
  align-content: end;
  animation: premium-rise 820ms ease both;
  animation-delay: 120ms;
}

.hero-signature-frame {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background:
    radial-gradient(
      circle at 74% 14%,
      rgba(231, 218, 205, 0.7) 0%,
      rgba(231, 218, 205, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(249, 243, 236, 0.96) 100%
    );
  box-shadow: 0 26px 50px rgba(84, 60, 38, 0.1);
  padding: 1.4rem;
  display: grid;
  align-content: space-between;
}

.hero-signature-frame::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(121, 92, 67, 0.08);
}

.hero-signature-mark {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.hero-signature-mark .hero-logo {
  width: min(100%, 310px);
  filter: drop-shadow(0 20px 34px rgba(121, 92, 67, 0.1));
}

.hero-visual-copy {
  position: relative;
  z-index: 1;
  max-width: 29ch;
  display: grid;
  gap: 0.45rem;
}

.hero-visual-copy p {
  color: var(--muted);
}

.hero-note-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.hero-note-band span {
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 255, 255, 0.58);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  margin-top: 2rem;
}

.section-head {
  margin-bottom: 1.15rem;
}

.section-head h2 {
  color: var(--ink);
  font-size: clamp(2.2rem, 3.4vw, 3.25rem);
  line-height: 0.98;
}

.section-summary {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.section-shell {
  padding: 1.5rem;
  border-radius: 32px;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.84) 0%,
    rgba(255, 250, 244, 0.96) 100%
  );
  box-shadow: 0 24px 54px rgba(84, 60, 38, 0.07);
}

.section-shell::before {
  left: 1.5rem;
  right: 1.5rem;
  background: linear-gradient(
    90deg,
    rgba(121, 92, 67, 0),
    rgba(121, 92, 67, 0.46),
    rgba(121, 92, 67, 0)
  );
}

.section-tags span {
  padding: 0.46rem 0.76rem;
  background: rgba(255, 255, 255, 0.54);
}

.story-shell {
  padding: 0;
  overflow: hidden;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.story-intro {
  padding: 1.7rem;
  border-right: 1px solid rgba(121, 92, 67, 0.1);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(255, 255, 255, 0.65) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(
      180deg,
      rgba(255, 253, 248, 0.96) 0%,
      rgba(246, 238, 229, 0.78) 100%
    );
}

.story-intro .section-summary {
  max-width: 34ch;
  margin-top: 0.7rem;
}

.editorial-metric-grid {
  margin-top: 1.35rem;
  display: grid;
  gap: 0.8rem;
}

.editorial-metric-grid div {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(121, 92, 67, 0.1);
}

.editorial-metric-grid span {
  display: block;
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-metric-grid strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1rem;
}

.editorial-points {
  display: grid;
  background: linear-gradient(
    180deg,
    rgba(255, 251, 245, 0.74) 0%,
    rgba(255, 252, 247, 0.92) 100%
  );
}

.editorial-point {
  padding: 1.5rem 1.7rem;
  border-bottom: 1px solid rgba(121, 92, 67, 0.1);
}

.editorial-point:last-child {
  border-bottom: 0;
}

.editorial-index {
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.editorial-point h3 {
  margin-top: 0.35rem;
  font-size: 1.7rem;
}

.editorial-point p:last-child {
  margin-top: 0.4rem;
  color: var(--muted);
  max-width: 34ch;
}

.collection-shell {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.4) 0%,
      rgba(231, 218, 205, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.9) 0%,
      rgba(255, 251, 246, 0.98) 100%
    );
}

.products-grid {
  gap: 1.15rem;
}

.catalog-card {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  padding: 0;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 16% 10%,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0) 28%
    ),
    linear-gradient(
      180deg,
      rgba(255, 251, 246, 0.96) 0%,
      rgba(244, 235, 226, 0.94) 100%
    );
  border: 1px solid rgba(121, 92, 67, 0.12);
  box-shadow: 0 22px 44px rgba(84, 60, 38, 0.08);
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.catalog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 56px rgba(84, 60, 38, 0.14);
  border-color: rgba(111, 83, 61, 0.22);
}

.catalog-card-media {
  position: relative;
  padding: 0.95rem 0.95rem 0;
}

.catalog-card .card-meta {
  margin-bottom: 0.85rem;
  padding-right: 3.5rem;
  color: var(--brand-deep);
}

.catalog-card-ribbon {
  position: absolute;
  top: 4.2rem;
  left: 1.15rem;
  z-index: 2;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(111, 83, 61, 0.92);
  color: #fffdf9;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(84, 60, 38, 0.18);
}

.catalog-favorite-btn {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  z-index: 2;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  color: #fffdf9;
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.catalog-favorite-btn:hover {
  transform: scale(1.05);
}

.catalog-favorite-btn.is-favorite {
  background: rgba(154, 64, 50, 0.92);
  color: #fffdf9;
  border-color: rgba(154, 64, 50, 0.92);
}

.catalog-favorite-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.catalog-card .thumb {
  height: 276px;
  border-radius: 24px;
  padding: 1.15rem;
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(255, 255, 255, 0.88) 0%,
      rgba(255, 255, 255, 0) 30%
    ),
    linear-gradient(145deg, #f2e8dd 0%, #e4d3c3 100%);
}

.catalog-card .thumb::after {
  inset: 1rem;
  border-radius: 24px;
}

.catalog-card .thumb img {
  transition: transform 280ms ease;
  width: 72%;
  height: 72%;
}

.catalog-card:is(:hover, :focus-within, .is-revealed) .thumb img {
  transform: scale(1.06);
}

.catalog-image-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px;
}

.catalog-card-body {
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1.05rem;
  gap: 0.7rem;
}

.catalog-card-rating {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.45;
}

.catalog-stars {
  color: #caa888;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
}

.catalog-card-copy {
  display: grid;
  gap: 0.35rem;
}

.catalog-card h3 {
  font-size: 1.58rem;
  line-height: 0.98;
}

.catalog-card .muted {
  min-height: 0;
  font-size: 0.92rem;
}

.catalog-card-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.8rem;
}

.catalog-price-block {
  display: grid;
  gap: 0.12rem;
}

.catalog-price-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
}

.price {
  margin-top: 0.18rem;
  font-size: 1.1rem;
}

.price-muted {
  color: var(--brand-deep);
  font-size: 0.98rem;
}

.catalog-toggle-btn {
  min-width: 136px;
}

.catalog-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: end;
  padding: 1rem;
  background: linear-gradient(
    180deg,
    rgba(251, 245, 238, 0.04) 0%,
    rgba(251, 245, 238, 0.16) 36%,
    rgba(246, 236, 226, 0.86) 100%
  );
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.catalog-card-overlay-inner {
  width: 100%;
  display: grid;
  gap: 0.95rem;
  padding: 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(121, 92, 67, 0.16);
  background: rgba(255, 252, 247, 0.94);
  box-shadow: 0 20px 40px rgba(84, 60, 38, 0.14);
  backdrop-filter: blur(18px);
}

.catalog-card:is(:hover, :focus-within, .is-revealed) .catalog-card-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.catalog-overlay-kicker {
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catalog-overlay-copy {
  margin-top: 0.5rem;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.6;
}

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

.catalog-feature {
  padding: 0.78rem 0.82rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(121, 92, 67, 0.1);
  display: grid;
  gap: 0.2rem;
}

.catalog-feature strong {
  font-size: 0.86rem;
  line-height: 1.2;
}

.catalog-feature span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.catalog-card-actions {
  display: flex;
  gap: 0.65rem;
}

.catalog-card-actions .btn {
  flex: 1 1 0;
}

.catalog-card-unpriced .btn[disabled] {
  cursor: not-allowed;
  opacity: 1;
  background: rgba(233, 221, 209, 0.9);
  color: var(--ink);
  box-shadow: none;
}

.btn {
  padding: 0.75rem 1.05rem;
}

.btn-primary {
  background: linear-gradient(135deg, #6f533d 0%, #8a6b53 42%, #b59b80 100%);
  box-shadow: 0 14px 26px rgba(84, 60, 38, 0.16);
}

.btn-secondary {
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(121, 92, 67, 0.16);
}

.process-shell {
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(231, 218, 205, 0.42) 0%,
      rgba(231, 218, 205, 0) 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 251, 245, 0.92) 0%,
      rgba(246, 238, 229, 0.88) 100%
    );
}

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

.workflow-step {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 100%;
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 255, 255, 0.56);
}

.workflow-index {
  color: var(--brand-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.workflow-step h3 {
  font-size: 1.6rem;
  line-height: 1;
}

.footer-prelude-panel {
  padding: 1.35rem 1.5rem;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.5) 0%,
      rgba(231, 218, 205, 0) 24%
    ),
    linear-gradient(
      135deg,
      rgba(255, 252, 247, 0.96),
      rgba(243, 234, 224, 0.94)
    );
}

.footer-prelude-panel h2 {
  max-width: 16ch;
}

.premium-page-hero {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.9fr);
  gap: 1.4rem;
  padding: 1.5rem;
  border-radius: 32px;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.6) 0%,
      rgba(231, 218, 205, 0) 26%
    ),
    linear-gradient(
      135deg,
      rgba(255, 252, 247, 0.98) 0%,
      rgba(244, 236, 227, 0.96) 100%
    );
  box-shadow: 0 24px 56px rgba(84, 60, 38, 0.08);
  animation: premium-rise 700ms ease both;
}

.premium-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 40%
    ),
    radial-gradient(
      640px 320px at 88% 8%,
      rgba(121, 92, 67, 0.08) 0%,
      rgba(121, 92, 67, 0) 68%
    );
  pointer-events: none;
}

.page-hero-copy,
.page-hero-aside {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 4.6vw, 4rem);
}

.page-hero-ledger {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.page-hero-ledger div {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 255, 255, 0.52);
}

.premium-aside {
  background:
    radial-gradient(
      circle at 84% 8%,
      rgba(231, 218, 205, 0.66) 0%,
      rgba(231, 218, 205, 0) 32%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(251, 245, 238, 0.96) 100%
    );
}

.page-hero-stat strong {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
}

.mini-stat-grid div {
  background: rgba(255, 255, 255, 0.56);
}

.track-shell {
  padding: 1.4rem;
}

.track-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: start;
}

.track-note-panel {
  padding: 1.1rem;
}

.track-note-panel h3 {
  margin-top: 0.35rem;
  font-size: 1.55rem;
  line-height: 1;
}

.track-form-panel {
  padding: 1.1rem;
}

.track-form-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.85fr) auto;
  align-items: end;
}

.track-form-grid .btn {
  min-height: 49px;
}

.track-message {
  margin-top: 0.85rem;
}

.track-result-panel {
  margin-top: 1rem;
  padding: 1.25rem;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.4) 0%,
      rgba(231, 218, 205, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.96) 0%,
      rgba(248, 241, 233, 0.94) 100%
    );
}

.legal-page-hero .page-hero-copy h1 {
  max-width: 12ch;
}

.legal-shell {
  padding: 1.55rem;
}

.legal {
  max-width: none;
}

.legal h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 0.98;
  margin-bottom: 0.9rem;
}

.legal h2 {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand-deep);
}

.legal p,
.legal li {
  max-width: 70ch;
  line-height: 1.72;
}

.panel {
  background: linear-gradient(
    180deg,
    rgba(255, 252, 247, 0.9) 0%,
    rgba(255, 249, 243, 0.98) 100%
  );
  box-shadow: 0 18px 40px rgba(84, 60, 38, 0.05);
}

input,
textarea,
select {
  border-color: rgba(121, 92, 67, 0.14);
  background: rgba(255, 254, 251, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.bank-box-lux > div,
.cart-row,
.status-item,
.mobile-nav-links a {
  border-color: rgba(121, 92, 67, 0.12);
}

.status-item {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.56);
}

.result-shell {
  display: grid;
  gap: 1rem;
}

.result-header {
  display: grid;
  gap: 0.3rem;
}

.result-header h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 0.98;
}

.result-meta-grid,
.status-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.result-meta-card {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 255, 255, 0.54);
}

.result-meta-card span {
  display: block;
  color: var(--brand-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.result-meta-card strong {
  display: block;
  margin-top: 0.32rem;
  font-size: 1rem;
  line-height: 1.35;
}

.result-section-title {
  margin: 0.15rem 0 0;
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.result-link-line {
  color: var(--muted);
}

.site-footer {
  margin-top: 1.5rem;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(121, 92, 67, 0.12);
  background: linear-gradient(
    180deg,
    rgba(255, 250, 244, 0.84) 0%,
    rgba(248, 241, 233, 0.94) 100%
  );
}

.footer-panel {
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(121, 92, 67, 0.1);
}

.footer-brand-block strong {
  font-size: 1.18rem;
}

.footer-links {
  gap: 0.95rem;
}

.footer-links a:not(.btn-admin-link) {
  position: relative;
}

.footer-links a:not(.btn-admin-link)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.18rem;
  height: 1px;
  background: rgba(121, 92, 67, 0.28);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.footer-links a:not(.btn-admin-link):hover::after {
  transform: scaleX(1);
}

.footer-bottom {
  padding-top: 0.9rem;
}

.cart-drawer {
  top: 5.9rem;
  background: rgba(255, 251, 245, 0.98);
}

.mobile-nav {
  background: rgba(52, 39, 29, 0.38);
}

.mobile-nav-panel {
  background: rgba(255, 252, 247, 0.96);
}

@media (max-width: 1100px) {
  .hero-canvas-inner,
  .story-grid,
  .track-layout {
    grid-template-columns: 1fr;
  }

  .hero-ledger,
  .page-hero-ledger {
    grid-template-columns: 1fr;
  }

  .hero-visual-stage,
  .hero-note-band {
    justify-content: flex-start;
  }

  .story-intro {
    border-right: 0;
    border-bottom: 1px solid rgba(121, 92, 67, 0.1);
  }

  .track-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .track-form-grid button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 960px) {
  .hero-canvas {
    border-radius: 0 0 32px 32px;
  }

  .hero-canvas-inner,
  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .premium-page-hero,
  .page-hero {
    grid-template-columns: 1fr;
  }

  .catalog-card .thumb {
    height: 244px;
  }

  .hero-note-band,
  .footer-prelude-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .top-bar {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
  }

  .header-inner {
    padding: 0.88rem 0;
  }

  .brand-logo {
    width: 114px;
  }

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

  .hero-signature-frame {
    min-height: 320px;
    padding: 1.15rem;
  }

  .section-shell,
  .premium-page-hero,
  .track-shell,
  .legal-shell {
    padding: 1.15rem;
  }

  .catalog-card {
    min-height: auto;
  }

  .catalog-card-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-card-overlay {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 0 1rem 1rem;
    background: transparent;
  }

  .catalog-card-overlay-inner {
    background: rgba(255, 252, 247, 0.92);
  }

  .catalog-toggle-btn {
    display: none;
  }

  .catalog-card-actions {
    flex-direction: column;
  }

  .workflow-step {
    padding: 1rem;
  }

  .track-form-grid {
    grid-template-columns: 1fr;
  }

  .result-meta-grid,
  .status-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-visual-stage,
  .premium-page-hero {
    animation: none;
  }

  .card,
  .btn,
  .footer-links a:not(.btn-admin-link)::after {
    transition: none;
  }
}

/* Aurelia wordmark and brand-kit palette */

:root {
  --bg: #f7f3ea;
  --panel: rgba(248, 248, 240, 0.9);
  --ink: #303030;
  --muted: #77716b;
  --line: #d8cec3;
  --brand: #d8786d;
  --brand-deep: #303030;
  --brand-soft: #f1ede5;
  --sage: #96a193;
  --stone: #d3c8b9;
  --taupe: #aea7a1;
  --blush: #eee3df;
  --lilac: #b3aeb5;
  --black: #050505;
  --focus: rgba(216, 120, 109, 0.22);
  --shadow: 0 28px 64px rgba(0, 0, 0, 0.12);
}

body {
  background:
    radial-gradient(
      circle at 8% 0%,
      rgba(211, 200, 185, 0.54) 0%,
      rgba(211, 200, 185, 0) 24%
    ),
    radial-gradient(
      circle at 82% 10%,
      rgba(150, 161, 147, 0.22) 0%,
      rgba(150, 161, 147, 0) 26%
    ),
    radial-gradient(
      circle at 100% 0%,
      rgba(179, 174, 181, 0.18) 0%,
      rgba(179, 174, 181, 0) 22%
    ),
    linear-gradient(180deg, #fbf8f0 0%, #f4eee6 42%, #f7f3ea 100%);
}

.top-bar {
  background: linear-gradient(
    90deg,
    var(--black) 0%,
    var(--sage) 52%,
    var(--brand) 100%
  );
}

.site-header {
  background: rgba(248, 248, 240, 0.88);
  border-bottom-color: rgba(48, 48, 48, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.05);
}

.brand-logo {
  width: clamp(156px, 15vw, 212px);
}

.footer-logo {
  display: block;
  width: min(188px, 100%);
  height: auto;
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: rgba(216, 120, 109, 0.09);
  box-shadow: inset 0 0 0 1px rgba(48, 48, 48, 0.04);
}

.hero-canvas {
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(150, 161, 147, 0.18) 0%,
      rgba(150, 161, 147, 0) 28%
    ),
    radial-gradient(
      circle at 62% 80%,
      rgba(216, 120, 109, 0.1) 0%,
      rgba(216, 120, 109, 0) 24%
    ),
    linear-gradient(135deg, #f8f8f0 0%, #f0ebe5 46%, #f6f1ea 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08);
}

.hero-canvas::before {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 46%
    ),
    radial-gradient(
      760px 440px at 84% 10%,
      rgba(216, 120, 109, 0.14) 0%,
      rgba(216, 120, 109, 0) 66%
    );
}

.hero-signature-frame {
  min-height: 355px;
  background:
    radial-gradient(
      circle at 80% 14%,
      rgba(238, 227, 223, 0.9) 0%,
      rgba(238, 227, 223, 0) 28%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.96) 0%,
      rgba(242, 238, 232, 0.94) 100%
    );
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.hero-signature-frame::after {
  border-color: rgba(48, 48, 48, 0.06);
}

.hero-signature-mark {
  justify-content: flex-start;
}

.hero-logo,
.hero-signature-mark .hero-logo {
  width: min(100%, 382px);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.08));
}

.hero-eyebrow,
.section-kicker {
  color: var(--brand);
}

.hero-ledger-item span,
.page-hero-ledger span,
.mini-stat-grid span,
.editorial-index,
.card-meta,
.catalog-price-label,
.result-meta-card span,
.result-section-title,
.footer-meta,
.page-hero-stat strong {
  color: var(--sage);
}

.section-shell,
.panel,
.cart-drawer,
.mobile-nav-panel {
  border-color: rgba(48, 48, 48, 0.08);
}

.section-shell {
  background: linear-gradient(
    180deg,
    rgba(248, 248, 240, 0.86) 0%,
    rgba(241, 237, 229, 0.96) 100%
  );
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.06);
}

.story-intro {
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(255, 255, 255, 0.62) 0%,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.96) 0%,
      rgba(238, 227, 223, 0.46) 100%
    );
}

.editorial-points {
  background: linear-gradient(
    180deg,
    rgba(248, 248, 240, 0.76) 0%,
    rgba(243, 238, 232, 0.92) 100%
  );
}

.collection-shell {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(150, 161, 147, 0.16) 0%,
      rgba(150, 161, 147, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.92) 0%,
      rgba(244, 238, 230, 0.98) 100%
    );
}

.process-shell {
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(179, 174, 181, 0.16) 0%,
      rgba(179, 174, 181, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.92) 0%,
      rgba(238, 227, 223, 0.74) 100%
    );
}

.footer-prelude-panel,
.premium-page-hero,
.track-result-panel {
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.06);
}

.footer-prelude-panel {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(150, 161, 147, 0.18) 0%,
      rgba(150, 161, 147, 0) 24%
    ),
    linear-gradient(135deg, rgba(248, 248, 240, 0.96), rgba(238, 227, 223, 0.9));
}

.premium-page-hero {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(179, 174, 181, 0.2) 0%,
      rgba(179, 174, 181, 0) 24%
    ),
    radial-gradient(
      circle at 78% 22%,
      rgba(150, 161, 147, 0.14) 0%,
      rgba(150, 161, 147, 0) 28%
    ),
    linear-gradient(
      135deg,
      rgba(248, 248, 240, 0.98) 0%,
      rgba(242, 237, 230, 0.96) 100%
    );
}

.premium-page-hero::before {
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 40%
    ),
    radial-gradient(
      640px 320px at 88% 8%,
      rgba(216, 120, 109, 0.08) 0%,
      rgba(216, 120, 109, 0) 68%
    );
}

.catalog-card {
  background:
    radial-gradient(
      circle at 18% 10%,
      rgba(255, 255, 255, 0.76) 0%,
      rgba(255, 255, 255, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.96) 0%,
      rgba(238, 227, 223, 0.86) 100%
    );
  border-color: rgba(48, 48, 48, 0.08);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.07);
}

.catalog-card:hover {
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.11);
}

.catalog-card .thumb {
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(248, 248, 240, 0.9) 0%,
      rgba(248, 248, 240, 0) 30%
    ),
    linear-gradient(145deg, var(--blush) 0%, #d5dbd1 100%);
}

.btn-primary {
  background: linear-gradient(135deg, #d8786d 0%, #c86f65 100%);
  color: #f8f8f0;
  box-shadow: 0 16px 28px rgba(216, 120, 109, 0.2);
}

.btn-secondary {
  background: rgba(248, 248, 240, 0.92);
  border-color: rgba(48, 48, 48, 0.12);
}

.btn-admin-link {
  background: rgba(150, 161, 147, 0.14);
  border-color: rgba(150, 161, 147, 0.26);
  color: var(--ink);
}

.btn-admin-link:hover {
  background: rgba(150, 161, 147, 0.2);
}

.hero-note-band span,
.section-tags span,
.micro-note-row span,
.page-hero-ledger div,
.hero-ledger-item,
.mini-stat-grid div,
.editorial-metric-grid div,
.workflow-step,
.track-note-panel,
.track-form-panel,
.result-meta-card,
.status-item,
.bank-box-lux > div {
  border-color: rgba(48, 48, 48, 0.08);
}

.hero-note-band span,
.section-tags span,
.micro-note-row span {
  background: rgba(248, 248, 240, 0.84);
}

.hero-ledger-item:nth-child(2),
.page-hero-ledger div:nth-child(2),
.mini-stat-grid div:nth-child(2),
.editorial-metric-grid div:nth-child(2),
.workflow-step:nth-child(2) {
  background: rgba(150, 161, 147, 0.12);
}

.hero-ledger-item:nth-child(3),
.page-hero-ledger div:nth-child(3),
.mini-stat-grid div:nth-child(3),
.workflow-step:nth-child(3),
.hero-note-band span:nth-child(3) {
  background: rgba(216, 120, 109, 0.11);
}

.hero-note-band span:nth-child(2),
.section-tags span:nth-child(2),
.micro-note-row span:nth-child(2) {
  background: rgba(150, 161, 147, 0.12);
}

.workflow-step {
  background: rgba(248, 248, 240, 0.62);
}

.track-result-panel {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(216, 120, 109, 0.12) 0%,
      rgba(216, 120, 109, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.96) 0%,
      rgba(242, 237, 230, 0.94) 100%
    );
}

.legal h2 {
  color: var(--ink);
}

.site-footer {
  background: linear-gradient(
    180deg,
    rgba(248, 248, 240, 0.84) 0%,
    rgba(242, 237, 230, 0.94) 100%
  );
  border-top-color: rgba(48, 48, 48, 0.08);
}

.footer-links a:not(.btn-admin-link)::after {
  background: var(--brand);
}

.tab-btn.active {
  background: linear-gradient(135deg, #7f8a7d, var(--sage));
  color: #f8f8f0;
}

.mobile-nav {
  background: rgba(5, 5, 5, 0.34);
}

.mobile-nav-panel,
.cart-drawer {
  background: rgba(248, 248, 240, 0.96);
}

.disclaimer-icon {
  background: rgba(238, 227, 223, 0.9);
  border-color: rgba(150, 161, 147, 0.24);
}

@media (max-width: 640px) {
  .brand-logo {
    width: 142px;
  }

  .footer-logo {
    width: 152px;
  }

  .hero-logo,
  .hero-signature-mark .hero-logo {
    width: min(100%, 300px);
  }
}

/* Premium feminine refresh */

:root {
  --rose: #c98f87;
  --rose-soft: rgba(201, 143, 135, 0.12);
  --sage-soft: rgba(150, 161, 147, 0.14);
  --lilac-soft: rgba(179, 174, 181, 0.14);
}

body {
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(211, 200, 185, 0.42) 0%,
      rgba(211, 200, 185, 0) 22%
    ),
    radial-gradient(
      circle at 88% 8%,
      rgba(179, 174, 181, 0.18) 0%,
      rgba(179, 174, 181, 0) 24%
    ),
    radial-gradient(
      circle at 78% 24%,
      rgba(216, 120, 109, 0.08) 0%,
      rgba(216, 120, 109, 0) 18%
    ),
    linear-gradient(180deg, #fcf8f1 0%, #f4ede5 45%, #f6f1ea 100%);
}

.top-bar {
  padding: 0.34rem 1rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.header-inner {
  padding: 0.9rem 0;
  gap: 1rem;
}

.brand-logo {
  width: clamp(144px, 13vw, 188px);
}

.nav {
  gap: 0.95rem;
}

.nav a {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.header-actions .btn {
  padding: 0.68rem 0.95rem;
  font-size: 0.82rem;
}

.main-layout {
  padding: 1.55rem 0 4.2rem;
}

.hero-canvas {
  padding: clamp(1.85rem, 4.6vw, 3rem) 0 clamp(1.7rem, 3.5vw, 2.45rem);
  background:
    radial-gradient(
      circle at 82% 14%,
      rgba(150, 161, 147, 0.16) 0%,
      rgba(150, 161, 147, 0) 26%
    ),
    radial-gradient(
      circle at 66% 76%,
      rgba(216, 120, 109, 0.08) 0%,
      rgba(216, 120, 109, 0) 22%
    ),
    linear-gradient(135deg, #f8f6ef 0%, #f2ebe4 48%, #f7f2eb 100%);
}

.hero-canvas-inner {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(1.4rem, 4vw, 3.2rem);
  align-items: center;
}

.hero-content {
  max-width: 48rem;
}

.hero h1 {
  max-width: 8.4ch;
  font-size: clamp(3.35rem, 6vw, 5.35rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.hero p:not(.hero-eyebrow):not(.hero-note) {
  max-width: 46ch;
  font-size: 0.98rem;
}

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

.hero-ledger {
  margin-top: 1.25rem;
  gap: 0.7rem;
}

.hero-ledger-item,
.page-hero-ledger div,
.mini-stat-grid div,
.editorial-metric-grid div,
.workflow-step,
.track-note-panel,
.track-form-panel,
.result-meta-card,
.status-item,
.bank-box-lux > div {
  background: rgba(248, 248, 240, 0.78);
  backdrop-filter: blur(8px);
}

.hero-ledger-item:nth-child(2),
.page-hero-ledger div:nth-child(2),
.mini-stat-grid div:nth-child(2),
.editorial-metric-grid div:nth-child(2),
.workflow-step:nth-child(2) {
  background: rgba(150, 161, 147, 0.1);
}

.hero-ledger-item:nth-child(3),
.page-hero-ledger div:nth-child(3),
.mini-stat-grid div:nth-child(3),
.workflow-step:nth-child(3),
.hero-note-band span:nth-child(3) {
  background: rgba(201, 143, 135, 0.11);
}

.hero-visual-stage {
  gap: 0.8rem;
}

.hero-signature-frame {
  min-height: 320px;
  padding: 1.15rem;
  align-content: center;
  gap: 1.1rem;
  background:
    radial-gradient(
      circle at 78% 14%,
      rgba(238, 227, 223, 0.82) 0%,
      rgba(238, 227, 223, 0) 28%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.98) 0%,
      rgba(244, 238, 232, 0.95) 100%
    );
}

.hero-signature-mark {
  justify-content: flex-start;
}

.hero-logo,
.hero-signature-mark .hero-logo {
  width: min(100%, 320px);
}

.hero-visual-copy {
  max-width: 27ch;
  gap: 0.35rem;
}

.hero-note-band {
  justify-content: flex-start;
}

.hero-note-band span,
.section-tags span,
.micro-note-row span {
  background: rgba(248, 248, 240, 0.92);
}

.section {
  margin-top: 1.75rem;
}

.section-head {
  margin-bottom: 1rem;
}

.section-head h2 {
  font-size: clamp(2.15rem, 3.1vw, 3.05rem);
}

.section-summary {
  max-width: 40ch;
  font-size: 0.93rem;
}

.section-shell {
  padding: 1.35rem;
  border-radius: 30px;
}

.story-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.story-intro,
.editorial-point {
  padding: 1.45rem;
}

.story-intro .section-summary {
  max-width: 38ch;
}

.editorial-metric-grid {
  gap: 0.65rem;
}

.editorial-point h3 {
  font-size: 1.52rem;
}

.editorial-point p:last-child {
  max-width: 40ch;
}

.collection-shell {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(179, 174, 181, 0.1) 0%,
      rgba(179, 174, 181, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.94) 0%,
      rgba(244, 238, 230, 0.99) 100%
    );
}

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

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

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

.products-grid {
  gap: 0.95rem;
}

.catalog-card {
  min-height: 488px;
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 20% 8%,
      rgba(255, 255, 255, 0.82) 0%,
      rgba(255, 255, 255, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.96) 0%,
      rgba(240, 232, 224, 0.84) 100%
    );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.catalog-card-media {
  padding: 0.85rem 0.85rem 0;
}

.catalog-card .card-meta {
  margin-bottom: 0.65rem;
  padding-right: 0;
}

.catalog-favorite-btn {
  display: none;
}

.catalog-card-ribbon {
  top: 3.55rem;
  left: 1rem;
  padding: 0.36rem 0.7rem;
  font-size: 0.68rem;
  background: rgba(48, 48, 48, 0.9);
}

.catalog-card .thumb {
  height: 224px;
  padding: 1rem;
  background:
    radial-gradient(
      circle at 50% 18%,
      rgba(248, 248, 240, 0.9) 0%,
      rgba(248, 248, 240, 0) 30%
    ),
    linear-gradient(145deg, rgba(238, 227, 223, 0.92) 0%, #d8ddd5 100%);
}

.catalog-card .thumb img {
  width: 70%;
  height: 70%;
}

.catalog-card-body {
  padding: 0.95rem 0.95rem 1rem;
  gap: 0.6rem;
}

.catalog-card-copy {
  gap: 0.28rem;
}

.catalog-card-note {
  color: var(--brand);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-card h3 {
  font-size: 1.46rem;
  line-height: 0.98;
}

.catalog-card .muted {
  font-size: 0.88rem;
  line-height: 1.55;
}

.catalog-card-bottom {
  align-items: center;
  gap: 0.65rem;
}

.catalog-toggle-btn {
  min-width: 104px;
  padding-inline: 0.85rem;
}

.catalog-card-cta-row {
  margin-top: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
}

.catalog-card-cta-row .btn:last-child {
  min-width: 128px;
}

.catalog-card-overlay {
  padding: 0.85rem;
  background: linear-gradient(
    180deg,
    rgba(251, 245, 238, 0.02) 0%,
    rgba(251, 245, 238, 0.12) 34%,
    rgba(246, 236, 226, 0.82) 100%
  );
}

.catalog-card-overlay-inner {
  gap: 0.8rem;
  padding: 0.95rem;
  border-radius: 22px;
}

.catalog-overlay-copy {
  margin-top: 0.42rem;
  font-size: 0.9rem;
}

.catalog-feature-grid {
  gap: 0.55rem;
}

.catalog-feature {
  padding: 0.7rem 0.76rem;
}

.catalog-card-actions {
  display: none;
}

.process-shell {
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(179, 174, 181, 0.12) 0%,
      rgba(179, 174, 181, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(248, 248, 240, 0.94) 0%,
      rgba(239, 229, 224, 0.8) 100%
    );
}

.workflow-grid {
  gap: 0.85rem;
}

.workflow-step {
  padding: 1.05rem 1.1rem;
  gap: 0.85rem;
  border-radius: 22px;
}

.workflow-step h3 {
  font-size: 1.42rem;
}

.workflow-step .btn {
  width: 100%;
}

.footer-prelude-panel,
.premium-page-hero,
.track-shell,
.legal-shell {
  border-radius: 30px;
}

.footer-prelude-panel {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  padding: 1.2rem 1.35rem;
}

.footer-prelude-panel h2 {
  max-width: 15ch;
}

.premium-page-hero {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 1.15rem;
  padding: 1.35rem;
}

.page-hero h1 {
  max-width: 10.2ch;
  font-size: clamp(2.55rem, 4.4vw, 3.75rem);
}

.page-hero-copy > p:not(.section-kicker) {
  max-width: 47ch;
  font-size: 0.95rem;
}

.page-hero-ledger {
  gap: 0.55rem;
}

.page-hero-card {
  padding: 0.95rem;
}

.checkout-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 0.95rem;
}

.checkout-step-card {
  gap: 0.75rem;
}

.track-layout {
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 0.9rem;
}

.track-form-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.8fr) auto;
}

.legal h1 {
  max-width: 14ch;
}

.legal p,
.legal li {
  color: var(--muted);
}

.footer-panel {
  padding: 1rem 0 0;
}

.footer-inner {
  align-items: center;
}

.footer-brand-block {
  gap: 0.45rem;
}

.footer-links {
  gap: 0.8rem;
}

.footer-bottom {
  padding-top: 0.75rem;
}

@media (max-width: 1180px) {
  #core-grid.products-grid,
  #product-grid.products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 1040px) {
  .hero-canvas-inner,
  .story-grid,
  .premium-page-hero,
  .page-hero,
  .track-layout,
  .checkout-layout,
  .footer-prelude-panel {
    grid-template-columns: 1fr;
  }

  .hero-content,
  .page-hero-copy {
    max-width: none;
  }

  .hero h1,
  .page-hero h1 {
    max-width: 10ch;
  }

  .hero-note-band,
  .footer-prelude-meta,
  .section-head-side {
    justify-content: flex-start;
  }

  .section-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  #core-grid.products-grid,
  #product-grid.products-grid,
  #bundle-grid.products-grid,
  .workflow-grid,
  .page-hero-ledger,
  .hero-ledger {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 138px;
  }

  .hero h1 {
    max-width: 9.2ch;
    font-size: clamp(3rem, 11vw, 4.2rem);
  }

  .hero-signature-frame {
    min-height: auto;
  }

  .catalog-card {
    min-height: auto;
  }

  .catalog-card-cta-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .top-bar {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .header-inner {
    padding: 0.82rem 0;
  }

  .brand-logo {
    width: 128px;
  }

  .section-shell,
  .premium-page-hero,
  .track-shell,
  .legal-shell,
  .footer-prelude-panel {
    padding: 1.05rem;
  }

  .hero-canvas {
    padding-top: 1.45rem;
    border-radius: 0 0 28px 28px;
  }

  .hero h1,
  .page-hero h1,
  .legal h1 {
    max-width: none;
  }

  .catalog-card .thumb {
    height: 208px;
  }

  .catalog-card-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-toggle-btn {
    width: 100%;
  }
}

/* Homepage Reframe */

.landing-hero.hero-canvas {
  overflow: hidden;
  min-height: auto;
  padding: 0;
  background: #e8ddd2;
  border: 0;
  border-radius: 0 0 34px 34px;
  box-shadow: none;
}

.landing-hero-background {
  display: block;
  width: 100%;
}

.landing-hero-background::after {
  content: none;
}

.landing-hero-image {
  display: block;
  width: 100%;
  height: clamp(420px, 58vw, 860px);
  object-fit: cover;
  object-position: center 34%;
}

.landing-intro-shell {
  margin-top: 1.6rem;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.48) 0%,
      rgba(231, 218, 205, 0) 25%
    ),
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.96) 0%,
      rgba(247, 239, 231, 0.92) 100%
    );
}

.landing-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  gap: 1.2rem;
  align-items: start;
}

.landing-intro-copy {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
}

.landing-intro-shell h1 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 4.8vw, 4.45rem);
  line-height: 0.92;
  margin: 0;
}

.landing-intro-copy .section-summary {
  max-width: 46ch;
  margin: 0;
}

.landing-proof-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.25rem;
  align-content: start;
}

.landing-proof-card {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 252, 247, 0.82);
}

.landing-proof-card span,
.proof-band-card span,
.brand-story-badge span,
.why-choose-index {
  display: block;
  color: var(--brand-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-proof-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1rem;
  line-height: 1.35;
}

.editorial-head {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 1rem;
}

.editorial-head h2 {
  font-size: clamp(2.15rem, 3.4vw, 3.15rem);
  line-height: 0.95;
  color: var(--brand-deep);
}

.editorial-head .section-summary {
  max-width: 48ch;
  margin: 0.1rem 0 0;
}

.brand-story-shell {
  overflow: hidden;
}

.brand-story-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.35rem;
  align-items: stretch;
}

.brand-story-media {
  position: relative;
  min-height: 100%;
}

.brand-story-image {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(121, 92, 67, 0.1);
}

.brand-story-badge {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.15rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(121, 92, 67, 0.12);
  box-shadow: 0 16px 30px rgba(84, 60, 38, 0.12);
  backdrop-filter: blur(14px);
}

.brand-story-logo {
  width: min(100%, 200px);
  display: block;
}

.brand-story-badge p {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.brand-story-copy {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.brand-story-copy h2 {
  font-size: clamp(2.35rem, 3.6vw, 3.4rem);
  line-height: 0.96;
}

.brand-story-copy .section-summary {
  max-width: 54ch;
  margin: 0;
}

.brand-story-points {
  display: grid;
  gap: 0.95rem;
  margin-top: 0.3rem;
}

.brand-story-point {
  padding-left: 1rem;
  border-left: 1px solid rgba(121, 92, 67, 0.18);
}

.brand-story-point h3,
.why-choose-card h3 {
  font-size: 1.32rem;
  line-height: 1;
}

.brand-story-point p,
.why-choose-card p:last-child,
.proof-band-card p,
.support-prompt-copy .section-summary {
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.62;
}

.support-prompt-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  gap: 1rem;
  align-items: center;
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.56) 0%,
      rgba(231, 218, 205, 0) 26%
    ),
    linear-gradient(
      135deg,
      rgba(255, 252, 247, 0.98) 0%,
      rgba(245, 236, 227, 0.94) 100%
    );
}

.support-prompt-copy h2 {
  font-size: clamp(2rem, 3.1vw, 2.85rem);
  line-height: 0.98;
}

.support-prompt-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.proof-band-shell {
  margin-top: 1.5rem;
}

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

.proof-band-card {
  padding: 1.15rem 1.1rem;
  border-radius: 24px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background:
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.94) 0%,
      rgba(247, 239, 231, 0.9) 100%
    );
  box-shadow: 0 18px 36px rgba(84, 60, 38, 0.08);
}

.proof-band-card strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.08rem;
  line-height: 1.35;
}

.why-choose-shell {
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(231, 218, 205, 0.38) 0%,
      rgba(231, 218, 205, 0) 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 251, 245, 0.94) 0%,
      rgba(247, 239, 231, 0.92) 100%
    );
}

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

.why-choose-card {
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.home-featured-shell .section-summary {
  max-width: 48ch;
}

.home-featured-shell .section-actions {
  justify-content: flex-start;
}

.faq-preview-shell .section-actions {
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.faq-preview-shell {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(231, 218, 205, 0.42) 0%,
      rgba(231, 218, 205, 0) 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.92) 0%,
      rgba(247, 239, 231, 0.9) 100%
    );
}

.faq-preview-list {
  display: grid;
  gap: 0.8rem;
}

.faq-preview-item {
  border-radius: 22px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 255, 255, 0.62);
  overflow: hidden;
}

.faq-preview-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.faq-preview-item summary::-webkit-details-marker {
  display: none;
}

.faq-preview-item summary::after {
  content: "+";
  color: var(--brand-deep);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-preview-item[open] summary::after {
  content: "−";
}

.faq-preview-item p {
  padding: 0 1.1rem 1.05rem;
  color: var(--muted);
  line-height: 1.65;
}

.community-band-shell {
  margin-top: 2.1rem;
}

.community-band-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.8rem, 4vw, 2.7rem);
  border-radius: 34px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background:
    linear-gradient(
      120deg,
      rgba(54, 35, 24, 0.78) 0%,
      rgba(54, 35, 24, 0.58) 45%,
      rgba(54, 35, 24, 0.42) 100%
    ),
    url("/heroimages/aurelia-home-hero-desktop.jpg") center 24%/cover
      no-repeat;
  box-shadow: 0 24px 54px rgba(84, 60, 38, 0.16);
  color: #fffdf9;
}

.community-band-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(235, 214, 196, 0.24) 0%,
      rgba(235, 214, 196, 0) 28%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0) 46%
    );
}

.community-band-panel > * {
  position: relative;
  z-index: 1;
}

.community-band-panel h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  line-height: 0.92;
}

.community-band-panel p:not(.section-kicker) {
  margin-top: 0.85rem;
  max-width: 40ch;
  color: rgba(255, 253, 249, 0.84);
  line-height: 1.72;
}

.community-band-panel .btn-primary {
  background: linear-gradient(135deg, #ffffff 0%, #f4ebe2 100%);
  color: var(--ink);
  box-shadow: 0 14px 26px rgba(18, 11, 7, 0.16);
}

.community-band-panel .btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fffdf9;
}

.hero-link-light {
  color: #fffdf9;
}

.hero-link-light:hover {
  color: #fffdf9;
}

.home-disclaimer-shell {
  background:
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.92) 0%,
      rgba(249, 242, 235, 0.96) 100%
    );
  box-shadow: 0 18px 40px rgba(84, 60, 38, 0.07);
}

@media (max-width: 1100px) {
  .landing-intro-grid,
  .brand-story-grid {
    grid-template-columns: 1fr;
  }

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

  .why-choose-grid {
    grid-template-columns: 1fr;
  }

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

  .support-prompt-actions {
    justify-content: flex-start;
  }

  .brand-story-image {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .landing-hero.hero-canvas {
    border-radius: 0 0 28px 28px;
  }

  .landing-hero-image {
    height: clamp(340px, 84vw, 620px);
    object-position: center 28%;
  }

  .landing-intro-shell h1 {
    max-width: 10ch;
    font-size: clamp(2.4rem, 8.6vw, 3.6rem);
  }

  .landing-proof-strip,
  .proof-band-grid {
    grid-template-columns: 1fr;
  }

  .brand-story-copy h2,
  .support-prompt-copy h2,
  .editorial-head h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .community-band-panel h2 {
    max-width: none;
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .community-band-panel {
    background:
      linear-gradient(
        120deg,
        rgba(54, 35, 24, 0.82) 0%,
        rgba(54, 35, 24, 0.62) 46%,
        rgba(54, 35, 24, 0.46) 100%
      ),
      url("/heroimages/aurelia-home-hero-mobile.jpg") center 24%/cover
        no-repeat;
  }

  .community-band-panel .hero-actions {
    align-items: stretch;
  }

  .community-band-panel .hero-actions .btn,
  .community-band-panel .hero-actions .hero-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .landing-intro-copy,
  .brand-story-copy,
  .support-prompt-copy {
    gap: 0.85rem;
  }

  .landing-proof-card,
  .proof-band-card,
  .why-choose-card,
  .brand-story-point {
    padding: 0.95rem 1rem;
  }

  .brand-story-point {
    padding-left: 0.95rem;
  }

  .community-band-panel,
  .brand-story-image {
    border-radius: 26px;
  }

  .brand-story-badge p,
  .community-band-panel p:not(.section-kicker) {
    font-size: 0.95rem;
  }

  .faq-preview-item summary {
    padding: 0.95rem 1rem;
  }

  .faq-preview-item p {
    padding: 0 1rem 1rem;
  }
}

/* Product Experience Refresh */

body.catalog-quick-view-open {
  overflow: hidden;
}

.product-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.featured-routine-host {
  margin-top: 0.4rem;
}

.featured-routine {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 1.25rem;
  padding: 1.2rem;
  border-radius: 30px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(231, 218, 205, 0.34) 0%,
      rgba(231, 218, 205, 0) 28%
    ),
    linear-gradient(
      135deg,
      rgba(255, 253, 249, 0.98) 0%,
      rgba(244, 235, 226, 0.95) 100%
    );
  box-shadow: 0 24px 48px rgba(84, 60, 38, 0.08);
}

.featured-routine-copy {
  display: grid;
  align-content: center;
  gap: 0.95rem;
}

.featured-routine h3 {
  font-size: clamp(2.3rem, 4.4vw, 4rem);
  line-height: 0.92;
  max-width: 10ch;
}

.featured-routine-summary {
  max-width: 42ch;
  color: var(--muted);
}

.featured-routine-price {
  display: grid;
  gap: 0.16rem;
}

.featured-routine-price span {
  color: var(--brand-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.featured-routine-price strong {
  font-size: 1.45rem;
}

.featured-routine-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.featured-routine-meta .catalog-feature {
  background: rgba(255, 255, 255, 0.72);
}

.featured-routine-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.featured-routine-media {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.featured-routine-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-height: 420px;
  border-radius: 28px;
  padding: clamp(1rem, 3vw, 1.8rem);
  background:
    radial-gradient(
      circle at 50% 14%,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0) 32%
    ),
    linear-gradient(145deg, #f3eadf 0%, #e2d4c5 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.featured-routine-frame .catalog-image-stack,
.featured-routine-frame img {
  width: 100%;
  height: 100%;
}

.featured-routine-frame .catalog-image-stack img,
.featured-routine-frame > img {
  position: relative;
  object-fit: contain;
  border-radius: 20px;
}

.featured-routine-media:hover .catalog-image-stack.has-secondary .catalog-image-primary,
.featured-routine-media:focus-visible .catalog-image-stack.has-secondary .catalog-image-primary {
  opacity: 0;
}

.featured-routine-media:hover .catalog-image-stack.has-secondary .catalog-image-secondary,
.featured-routine-media:focus-visible .catalog-image-stack.has-secondary .catalog-image-secondary {
  opacity: 1;
}

.product-grid-head {
  margin-top: 1.2rem;
}

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

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

#bundle-grid.products-grid {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.products-grid {
  gap: 1rem;
}

.catalog-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(255, 252, 247, 0.98) 0%,
      rgba(245, 237, 229, 0.96) 100%
    );
  border: 1px solid rgba(121, 92, 67, 0.1);
  box-shadow: 0 22px 44px rgba(84, 60, 38, 0.08);
}

#bundle-grid .catalog-card {
  width: min(100%, 560px);
}

.catalog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 54px rgba(84, 60, 38, 0.14);
}

.catalog-card-media {
  position: relative;
  padding: 0;
}

.catalog-card .card-meta,
.catalog-card-overlay,
.catalog-toggle-btn {
  display: none !important;
}

.catalog-card-ribbon {
  top: 1rem;
  left: 1rem;
  z-index: 3;
}

.catalog-media-button {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.catalog-card .thumb {
  position: relative;
  height: auto;
  aspect-ratio: 2 / 3;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 50% 12%,
      rgba(255, 255, 255, 0.84) 0%,
      rgba(255, 255, 255, 0) 26%
    ),
    linear-gradient(145deg, #efe5da 0%, #dfd2c4 100%);
}

.catalog-card-bundle .thumb {
  aspect-ratio: 1 / 1;
}

.catalog-card .thumb::after {
  inset: 0;
  border-radius: 0;
  border: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(255, 255, 255, 0) 56%,
    rgba(74, 47, 27, 0.18) 100%
  );
  pointer-events: none;
}

.catalog-image-stack {
  position: relative;
  width: 100%;
  height: 100%;
}

.catalog-image-stack img,
.catalog-card .thumb > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  transition:
    opacity 240ms ease,
    transform 280ms ease;
}

.catalog-image-secondary {
  opacity: 0;
}

.catalog-media-button:hover .catalog-image-stack.has-secondary .catalog-image-primary,
.catalog-media-button:focus-visible .catalog-image-stack.has-secondary .catalog-image-primary {
  opacity: 0;
}

.catalog-media-button:hover .catalog-image-stack.has-secondary .catalog-image-secondary,
.catalog-media-button:focus-visible .catalog-image-stack.has-secondary .catalog-image-secondary {
  opacity: 1;
}

.catalog-media-button:hover .catalog-image-stack img,
.catalog-media-button:focus-visible .catalog-image-stack img {
  transform: scale(1.04);
}

.catalog-media-chip {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.84);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.catalog-card-body {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1rem 1.1rem;
}

.catalog-card-copy {
  display: grid;
  gap: 0.28rem;
}

.catalog-card-note {
  color: #a16050;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.4;
}

.catalog-card h3 {
  font-size: 1.52rem;
  line-height: 0.96;
}

.catalog-card-summary {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.catalog-card-bottom {
  display: grid;
  gap: 0.12rem;
  align-items: start;
}

.catalog-price-label {
  color: var(--brand-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-card .price {
  margin-top: 0;
  font-size: 1.12rem;
}

.catalog-card-cta-row {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.catalog-card-cta-row .btn {
  width: 100%;
  justify-content: center;
}

.catalog-quick-view {
  position: fixed;
  inset: 0;
  z-index: 80;
}

.catalog-quick-view-shell {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.catalog-quick-view-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(54, 35, 24, 0.48);
  cursor: pointer;
}

.catalog-quick-view-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 1.15rem;
  border-radius: 30px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(231, 218, 205, 0.38) 0%,
      rgba(231, 218, 205, 0) 28%
    ),
    linear-gradient(
      180deg,
      rgba(255, 253, 249, 0.99) 0%,
      rgba(246, 238, 231, 0.96) 100%
    );
  box-shadow: 0 30px 64px rgba(54, 35, 24, 0.22);
}

.catalog-quick-view-close {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(121, 92, 67, 0.16);
  background: rgba(255, 252, 247, 0.9);
  cursor: pointer;
}

.catalog-quick-view-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.98fr) minmax(0, 1.02fr);
  gap: 1.2rem;
  margin-top: 0.8rem;
}

.catalog-quick-view-media-column {
  display: grid;
  align-content: start;
}

.catalog-quick-view-gallery {
  display: grid;
  gap: 0.8rem;
}

.catalog-quick-view-image-frame {
  position: relative;
  min-height: 540px;
  border-radius: 26px;
  padding: 1.2rem;
  background:
    radial-gradient(
      circle at 50% 12%,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0) 28%
    ),
    linear-gradient(145deg, #efe6dc 0%, #ddd0c1 100%);
}

.catalog-quick-view-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.catalog-quick-view-thumbs {
  display: flex;
  gap: 0.7rem;
}

.catalog-quick-view-thumb {
  width: 92px;
  aspect-ratio: 1 / 1;
  padding: 0.35rem;
  border-radius: 20px;
  border: 1px solid rgba(121, 92, 67, 0.12);
  background: rgba(255, 252, 247, 0.9);
  cursor: pointer;
}

.catalog-quick-view-thumb.is-active {
  border-color: rgba(161, 96, 80, 0.45);
  box-shadow: 0 10px 20px rgba(84, 60, 38, 0.08);
}

.catalog-quick-view-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.catalog-quick-view-copy {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.catalog-quick-view-copy h2 {
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  line-height: 0.94;
}

.catalog-quick-view-subcopy {
  color: #a16050;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-quick-view-price-block {
  display: grid;
  gap: 0.16rem;
}

.catalog-quick-view-price-block span {
  color: var(--brand-deep);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catalog-quick-view-price-block strong {
  font-size: 1.36rem;
}

.catalog-quick-view-body {
  color: var(--muted);
  line-height: 1.7;
}

.catalog-quick-view-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.catalog-quick-view-actions .btn {
  justify-content: center;
}

@media (max-width: 1180px) {
  #core-grid.products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 1040px) {
  .product-showcase-head,
  .featured-routine,
  .catalog-quick-view-layout {
    grid-template-columns: 1fr;
  }

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

  .featured-routine h3,
  .catalog-quick-view-copy h2 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .product-showcase-head {
    gap: 0.75rem;
  }

  .featured-routine {
    padding: 1rem;
    gap: 0.95rem;
  }

  .featured-routine-frame {
    min-height: 320px;
  }

  .featured-routine-meta,
  .catalog-quick-view-actions {
    grid-template-columns: 1fr;
  }

  #core-grid.products-grid,
  #product-grid.products-grid,
  #bundle-grid.products-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card .thumb {
    aspect-ratio: 4 / 5;
  }

  .catalog-card-cta-row,
  .featured-routine-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .catalog-quick-view-shell {
    padding: 0.75rem;
  }

  .catalog-quick-view-dialog {
    width: 100%;
    max-height: calc(100vh - 1.5rem);
    padding: 1rem;
    border-radius: 26px;
  }

  .catalog-quick-view-image-frame {
    min-height: 360px;
  }

  .catalog-quick-view-thumbs {
    flex-wrap: wrap;
  }
}

/* Ivory Palette And Media Fill */

:root {
  --bg: #f5efe7;
  --panel: rgba(255, 250, 243, 0.94);
  --ink: #2f251d;
  --muted: #75675a;
  --line: #dfd4c6;
  --brand: #a88f79;
  --brand-deep: #6a5645;
  --brand-soft: #ebe1d5;
  --sage: #a39280;
  --stone: #d8ccbe;
  --taupe: #b6a796;
  --blush: #f1e7dc;
  --lilac: #d7cec4;
  --black: #2f251d;
  --rose: #a88f79;
  --rose-soft: rgba(168, 143, 121, 0.1);
  --sage-soft: rgba(163, 146, 128, 0.1);
  --lilac-soft: rgba(215, 206, 196, 0.12);
  --focus: rgba(168, 143, 121, 0.22);
  --shadow: 0 26px 60px rgba(74, 58, 44, 0.1);
}

body {
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(216, 204, 190, 0.46) 0%,
      rgba(216, 204, 190, 0) 24%
    ),
    radial-gradient(
      circle at 90% 12%,
      rgba(235, 225, 213, 0.42) 0%,
      rgba(235, 225, 213, 0) 26%
    ),
    linear-gradient(180deg, #fbf6ef 0%, #f4ede5 46%, #f6f0e8 100%);
}

.top-bar {
  background: linear-gradient(90deg, #62503f 0%, #8b725c 52%, #c3af9a 100%);
}

.site-header,
.mobile-nav-panel,
.cart-drawer {
  background: rgba(255, 250, 243, 0.92);
}

.nav a:hover,
.nav a[aria-current="page"] {
  background: rgba(168, 143, 121, 0.1);
}

.hero-canvas {
  background:
    radial-gradient(
      circle at 86% 14%,
      rgba(216, 204, 190, 0.18) 0%,
      rgba(216, 204, 190, 0) 28%
    ),
    radial-gradient(
      circle at 62% 80%,
      rgba(235, 225, 213, 0.18) 0%,
      rgba(235, 225, 213, 0) 24%
    ),
    linear-gradient(135deg, #faf6ef 0%, #f1e9e0 48%, #f7f1e8 100%);
}

.hero-canvas::before {
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14) 0%,
      rgba(255, 255, 255, 0) 46%
    ),
    radial-gradient(
      760px 440px at 84% 10%,
      rgba(216, 204, 190, 0.16) 0%,
      rgba(216, 204, 190, 0) 66%
    );
}

.hero-eyebrow,
.section-kicker,
.catalog-card-note,
.catalog-quick-view-subcopy {
  color: var(--brand-deep);
}

.hero-ledger-item span,
.page-hero-ledger span,
.mini-stat-grid span,
.editorial-index,
.card-meta,
.catalog-price-label,
.result-meta-card span,
.result-section-title,
.footer-meta,
.page-hero-stat strong {
  color: var(--brand-deep);
}

.hero-ledger-item:nth-child(2),
.page-hero-ledger div:nth-child(2),
.mini-stat-grid div:nth-child(2),
.editorial-metric-grid div:nth-child(2),
.workflow-step:nth-child(2),
.hero-note-band span:nth-child(2),
.section-tags span:nth-child(2),
.micro-note-row span:nth-child(2) {
  background: rgba(235, 225, 213, 0.74);
}

.hero-ledger-item:nth-child(3),
.page-hero-ledger div:nth-child(3),
.mini-stat-grid div:nth-child(3),
.workflow-step:nth-child(3),
.hero-note-band span:nth-child(3) {
  background: rgba(241, 231, 220, 0.9);
}

.section-shell,
.collection-shell,
.process-shell,
.footer-prelude-panel,
.premium-page-hero,
.track-result-panel,
.track-shell,
.legal-shell,
.landing-intro-shell,
.support-prompt-shell,
.proof-band-card,
.why-choose-shell,
.faq-preview-shell,
.home-disclaimer-shell,
.catalog-quick-view-dialog {
  border-color: rgba(106, 86, 69, 0.1);
  box-shadow: 0 22px 50px rgba(74, 58, 44, 0.08);
}

.section-shell,
.collection-shell,
.process-shell,
.footer-prelude-panel,
.premium-page-hero,
.track-result-panel,
.track-shell,
.legal-shell,
.landing-intro-shell,
.support-prompt-shell,
.proof-band-card,
.why-choose-shell,
.faq-preview-shell,
.home-disclaimer-shell,
.catalog-quick-view-dialog {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(235, 225, 213, 0.44) 0%,
      rgba(235, 225, 213, 0) 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 251, 245, 0.96) 0%,
      rgba(244, 236, 227, 0.96) 100%
    );
}

.btn-primary {
  background: linear-gradient(135deg, #8d755f 0%, #705a47 100%);
  color: #fffaf3;
  box-shadow: 0 16px 28px rgba(74, 58, 44, 0.18);
}

.btn-secondary {
  background: rgba(255, 250, 243, 0.94);
  border-color: rgba(106, 86, 69, 0.16);
  color: var(--ink);
}

.btn-admin-link {
  background: rgba(235, 225, 213, 0.8);
  border-color: rgba(168, 143, 121, 0.24);
  color: var(--ink);
}

.btn-admin-link:hover {
  background: rgba(235, 225, 213, 0.98);
}

.tab-btn.active {
  background: linear-gradient(135deg, #8d755f 0%, #705a47 100%);
  color: #fffaf3;
}

.footer-links a:not(.btn-admin-link)::after {
  background: var(--brand-deep);
}

.featured-routine {
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 1rem;
  padding: 1rem;
  background:
    radial-gradient(
      circle at 0% 0%,
      rgba(235, 225, 213, 0.28) 0%,
      rgba(235, 225, 213, 0) 30%
    ),
    linear-gradient(
      135deg,
      rgba(255, 251, 245, 0.98) 0%,
      rgba(242, 233, 223, 0.97) 100%
    );
}

.featured-routine-meta .catalog-feature {
  background: rgba(255, 251, 245, 0.78);
}

.featured-routine-media {
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #efe6db;
}

.featured-routine-frame {
  min-height: 500px;
  padding: 0;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
}

.featured-routine-frame .catalog-image-stack img,
.featured-routine-frame > img,
.featured-routine-frame-bundle .catalog-image-stack img,
.featured-routine-frame-bundle > img {
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.catalog-card {
  background: linear-gradient(
    180deg,
    rgba(255, 251, 245, 0.98) 0%,
    rgba(243, 234, 224, 0.96) 100%
  );
  border-color: rgba(106, 86, 69, 0.1);
  box-shadow: 0 22px 44px rgba(74, 58, 44, 0.08);
}

.catalog-card:hover {
  box-shadow: 0 28px 52px rgba(74, 58, 44, 0.12);
}

.catalog-card .thumb {
  background: #efe6db;
}

.catalog-card .thumb::after,
.catalog-media-chip {
  display: none;
}

.catalog-card-bundle .thumb {
  aspect-ratio: 1 / 1;
}

.catalog-image-stack img,
.catalog-card .thumb > img {
  transform: scale(1.02);
}

.catalog-media-button:hover .catalog-image-stack img,
.catalog-media-button:focus-visible .catalog-image-stack img {
  transform: scale(1.05);
}

.catalog-card-note {
  color: var(--brand-deep);
}

.catalog-quick-view-image-frame {
  padding: 0;
  background: linear-gradient(145deg, #f0e7dd 0%, #e5d7c8 100%);
}

.catalog-quick-view-thumb.is-active {
  border-color: rgba(106, 86, 69, 0.36);
}

@media (max-width: 1040px) {
  .featured-routine {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .featured-routine-frame {
    min-height: 340px;
  }
}
