:root {
  --sensus-black: #070706;
  --sensus-ink: #12100e;
  --sensus-soft-ink: #302b26;
  --sensus-paper: #f3eee4;
  --sensus-paper-deep: #e5dacb;
  --sensus-line: rgba(18, 16, 14, 0.16);
  --sensus-line-dark: rgba(243, 238, 228, 0.16);
  --sensus-muted: #756b61;
  --sensus-gold: #9a7a43;
  --sensus-red: #8f2d22;
  --sensus-shadow: 0 26px 70px rgba(7, 7, 6, 0.18);
  --sensus-serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --sensus-body: "Cormorant Garamond", Georgia, serif;
  --sensus-mono: "Space Mono", monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  color: var(--sensus-ink);
  background:
    linear-gradient(rgba(243, 238, 228, 0.82), rgba(243, 238, 228, 0.9)),
    url("./images/sensus-paper-frame.jpeg") center top / cover fixed,
    var(--sensus-paper);
  font-family: var(--sensus-body);
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.18;
  background:
    radial-gradient(circle at 14% 12%, rgba(143, 45, 34, 0.18), transparent 16rem),
    radial-gradient(circle at 88% 12%, rgba(7, 7, 6, 0.18), transparent 22rem);
}

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

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

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

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--sensus-black);
  color: var(--sensus-paper);
  padding: 10px 14px;
}

.skip-link:focus { transform: translateY(0); }

#cursor-dot,
#cursor-ring {
  pointer-events: none;
}

.sensus-nav,
.lux-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  padding: 0 36px;
  background: rgba(7, 7, 6, 0.96);
  color: var(--sensus-paper);
  border-bottom: 1px solid var(--sensus-line-dark);
  backdrop-filter: blur(18px);
}

.sensus-logo,
.crown-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 88px;
  color: var(--sensus-paper);
}

.crown-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(154, 122, 67, 0.24));
}

.wordmark {
  font-family: var(--sensus-serif);
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  letter-spacing: 0.34em;
  line-height: 1;
  text-transform: uppercase;
}

.wordmark small {
  display: block;
  margin-top: 8px;
  font-family: var(--sensus-mono);
  font-size: 0.56rem;
  letter-spacing: 0.34em;
  color: rgba(243, 238, 228, 0.68);
  text-align: center;
}

.nav-links {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 40px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}

.nav-links a,
.nav-actions a,
.cart-nav {
  font-family: var(--sensus-mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 238, 228, 0.82);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-links a:hover,
.nav-actions a:hover,
.nav-links a[aria-current="page"],
.nav-actions a[aria-current="page"] {
  color: var(--sensus-paper);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--sensus-line-dark);
  background: transparent;
  color: var(--sensus-paper);
  align-items: center;
  justify-content: center;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  width: 20px;
  height: 1px;
  background: currentColor;
  display: block;
  position: absolute;
}

.nav-toggle span { transform: translateY(0); }
.nav-toggle::before { transform: translateY(-7px); }
.nav-toggle::after { transform: translateY(7px); }

.sensus-main {
  min-height: 60dvh;
}

.sensus-hero {
  min-height: calc(100dvh - 82px);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  border-bottom: 1px solid var(--sensus-line);
  background:
    linear-gradient(90deg, rgba(243, 238, 228, 0.95) 0%, rgba(243, 238, 228, 0.78) 42%, rgba(7, 7, 6, 0.58) 100%),
    url("./images/sensus-hero.jpeg") right center / cover no-repeat;
}

.hero-editorial-copy {
  padding: clamp(64px, 8vw, 132px) clamp(28px, 7vw, 108px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
}

.eyebrow,
.summary-label,
.product-universe,
.section-kicker {
  font-family: var(--sensus-mono);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.74rem;
  color: var(--sensus-gold);
  margin: 0 0 18px;
}

.sensus-title,
.hero-title,
.page-title,
.section-title {
  font-family: var(--sensus-serif);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}

.sensus-title {
  font-size: clamp(4rem, 9vw, 9.2rem);
}

.hero-editorial-copy p:not(.eyebrow) {
  max-width: 440px;
  color: var(--sensus-soft-ink);
}

.sensus-cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  min-height: 48px;
  border-bottom: 1px solid currentColor;
  font-family: var(--sensus-mono);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sensus-cta::after {
  content: "->";
  font-size: 1rem;
  transition: transform 220ms ease;
}

.sensus-cta:hover::after {
  transform: translateX(8px);
}

.vertical-script {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-self: end;
  align-self: center;
  margin-right: clamp(22px, 3vw, 48px);
  color: rgba(243, 238, 228, 0.72);
  font-family: var(--sensus-serif);
  letter-spacing: 0.18em;
}

.story-triptych {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  min-height: 380px;
  background: var(--sensus-black);
  color: var(--sensus-paper);
  border-bottom: 1px solid var(--sensus-line-dark);
}

.story-panel {
  min-height: 380px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.story-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 6, 0.24);
}

.story-panel.left {
  background-image: url("./images/sensus-story-panel.jpeg");
}

.story-panel.right {
  background-image: url("./images/sensus-story-panel.jpeg");
  background-position: right center;
}

.story-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 26px;
  background:
    radial-gradient(circle at center, rgba(243, 238, 228, 0.06), transparent 18rem),
    var(--sensus-black);
}

.story-center h2 {
  font-family: var(--sensus-serif);
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
  margin: 0;
}

.story-center p {
  max-width: 520px;
  color: rgba(243, 238, 228, 0.72);
}

.home-band {
  padding: clamp(64px, 9vw, 132px) clamp(22px, 5vw, 70px);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 30px;
}

.section-head h2 {
  font-family: var(--sensus-serif);
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  line-height: 0.95;
  margin: 0;
}

.section-head p {
  max-width: 420px;
  color: var(--sensus-muted);
  margin: 0;
}

.sensus-product-grid,
.preview-grid,
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.sensus-card,
.mini-product,
.product-card,
.related-card {
  position: relative;
  background: rgba(243, 238, 228, 0.74);
  border: 1px solid var(--sensus-line);
  overflow: hidden;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.sensus-card:hover,
.mini-product:hover,
.product-card:hover,
.related-card:hover {
  transform: translateY(-6px);
  border-color: rgba(154, 122, 67, 0.48);
  box-shadow: var(--sensus-shadow);
}

.sensus-card img,
.mini-product img,
.product-card img,
.related-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #d8d1c7;
}

.sensus-card-body,
.mini-product span,
.mini-product h3,
.mini-product p,
.product-info,
.related-card-body {
  padding: 14px 16px 18px;
}

.product-name,
.mini-product h3,
.related-card h3 {
  font-family: var(--sensus-mono);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 8px 0 4px;
}

.product-price,
.mini-product p,
.related-card p {
  margin: 0;
  font-family: var(--sensus-mono);
  font-size: 0.8rem;
}

.experience-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 520px;
  background: var(--sensus-black);
  color: var(--sensus-paper);
}

.experience-image {
  background: url("./images/sensus-story-panel.jpeg") center / cover no-repeat;
  min-height: 520px;
}

.experience-copy {
  padding: clamp(54px, 8vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.experience-copy h2 {
  font-family: var(--sensus-serif);
  font-size: clamp(2.6rem, 5.2vw, 6rem);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 22px;
}

.experience-copy p {
  color: rgba(243, 238, 228, 0.72);
  max-width: 520px;
}

.thread-story {
  position: relative;
  padding: clamp(70px, 10vw, 150px) 22px;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(243, 238, 228, 0.82), rgba(243, 238, 228, 0.82)),
    url("./images/sensus-paper-frame.jpeg") center / cover;
}

.thread-canvas {
  width: min(900px, 92vw);
  height: 220px;
  margin: 0 auto 26px;
}

.thread-path {
  fill: none;
  stroke: var(--sensus-ink);
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: threadDraw 4.8s ease-in-out infinite alternate;
}

.thread-path.gold {
  stroke: var(--sensus-gold);
  animation-delay: 0.8s;
}

.thread-logo {
  font-family: var(--sensus-serif);
  font-size: clamp(3rem, 7vw, 7rem);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin: 0;
}

@keyframes threadDraw {
  to { stroke-dashoffset: 0; }
}

.lux-footer,
.sensus-footer,
.shop-footer {
  background: var(--sensus-black);
  color: var(--sensus-paper);
  padding: clamp(44px, 6vw, 78px) clamp(24px, 5vw, 70px);
  border-top: 1px solid var(--sensus-line-dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 36px;
  align-items: start;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.footer-nav a,
.footer-meta a,
.footer-contact a {
  font-family: var(--sensus-mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(243, 238, 228, 0.72);
}

.footer-nav a:hover,
.footer-meta a:hover,
.footer-contact a:hover {
  color: var(--sensus-paper);
}

.footer-meta {
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid var(--sensus-line-dark);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  color: rgba(243, 238, 228, 0.58);
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.page-hero {
  min-height: 360px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(70px, 10vw, 132px) clamp(24px, 6vw, 90px) 46px;
  background:
    linear-gradient(90deg, rgba(243, 238, 228, 0.92), rgba(243, 238, 228, 0.72), rgba(7, 7, 6, 0.48)),
    url("./images/sensus-checkout-art.jpeg") right center / cover no-repeat;
  border-bottom: 1px solid var(--sensus-line);
}

.page-hero.dark {
  color: var(--sensus-paper);
  background:
    linear-gradient(90deg, rgba(7, 7, 6, 0.88), rgba(7, 7, 6, 0.54)),
    url("./images/sensus-story-panel.jpeg") center / cover no-repeat;
}

.page-hero h1 {
  font-family: var(--sensus-serif);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(3.3rem, 8vw, 8.6rem);
  line-height: 0.95;
  margin: 0;
}

.catalog-shell {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 54px);
  padding: clamp(34px, 5vw, 70px);
}

.catalog-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 28px;
}

.filter-group {
  border-top: 1px solid var(--sensus-line);
  padding-top: 18px;
}

.filter-group h3 {
  margin: 0 0 14px;
  font-family: var(--sensus-mono);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.filter-list {
  display: grid;
  gap: 8px;
}

.filter-list button,
.filter-btn,
.sort-control,
.search-control {
  min-height: 44px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  text-align: left;
  padding: 6px 0;
  color: var(--sensus-muted);
  cursor: pointer;
}

.filter-list button.active,
.filter-btn.active,
.filter-list button:hover {
  color: var(--sensus-ink);
  border-color: var(--sensus-ink);
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  gap: 16px;
  margin-bottom: 28px;
}

.search-control,
.sort-control {
  width: 100%;
  border: 1px solid var(--sensus-line);
  background: rgba(243, 238, 228, 0.68);
  padding: 12px 14px;
  color: var(--sensus-ink);
}

.product-card {
  cursor: pointer;
}

.product-card-open {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.product-open-hint {
  position: absolute;
  right: 14px;
  top: 14px;
  background: rgba(7, 7, 6, 0.78);
  color: var(--sensus-paper);
  padding: 7px 9px;
  font-family: var(--sensus-mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-card:hover .product-open-hint {
  opacity: 1;
  transform: translateY(0);
}

.size-row,
.color-row,
.modal-sizes,
.modal-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-btn,
.modal-size-btn {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--sensus-line);
  background: rgba(243, 238, 228, 0.7);
  color: var(--sensus-ink);
  cursor: pointer;
}

.size-btn.selected,
.modal-size-btn.selected {
  background: var(--sensus-black);
  color: var(--sensus-paper);
}

.color-btn,
.modal-color-btn {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}

.color-swatch {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--swatch);
  border: 1px solid rgba(18, 16, 14, 0.34);
}

.color-btn.selected,
.modal-color-btn.selected {
  border-color: var(--sensus-gold);
}

.add-btn,
.modal-add-btn,
.summary-btn,
.auth-btn,
.admin-btn {
  min-height: 50px;
  border: 1px solid var(--sensus-black);
  background: var(--sensus-black);
  color: var(--sensus-paper);
  padding: 0 22px;
  font-family: var(--sensus-mono);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.add-btn:hover,
.modal-add-btn:hover,
.summary-btn:hover,
.auth-btn:hover,
.admin-btn:hover {
  transform: translateY(-2px);
  background: var(--sensus-paper);
  color: var(--sensus-black);
}

.admin-btn.secondary {
  background: transparent;
  color: var(--sensus-paper);
  border-color: var(--sensus-line-dark);
}

.size-chart-trigger {
  min-height: 40px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid var(--sensus-line);
  font-family: var(--sensus-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.product-page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: clamp(30px, 5vw, 72px);
  padding: clamp(30px, 5vw, 70px);
}

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

.product-thumbs {
  display: grid;
  gap: 12px;
}

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

.product-thumb.active {
  border-color: var(--sensus-black);
}

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

.product-main-image {
  overflow: hidden;
  border: 1px solid var(--sensus-line);
  background: rgba(243, 238, 228, 0.62);
}

.product-main-image img {
  width: 100%;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
  transition: transform 400ms ease;
}

.product-main-image:hover img {
  transform: scale(1.055);
}

.product-detail-panel {
  position: sticky;
  top: 112px;
  align-self: start;
}

.product-detail-panel h1 {
  font-family: var(--sensus-serif);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 0.98;
  margin: 0 0 16px;
}

.product-detail-panel .price {
  font-family: var(--sensus-mono);
  font-size: 1rem;
  margin-bottom: 24px;
}

.product-option {
  margin: 24px 0;
}

.quantity-stepper {
  display: inline-flex;
  border: 1px solid var(--sensus-line);
}

.quantity-stepper button,
.quantity-stepper input {
  width: 48px;
  height: 46px;
  border: 0;
  background: transparent;
  text-align: center;
}

.product-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.wishlist-btn,
.share-btn {
  min-height: 48px;
  border: 1px solid var(--sensus-line);
  background: transparent;
  cursor: pointer;
  font-family: var(--sensus-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-accordion {
  margin-top: 34px;
  border-top: 1px solid var(--sensus-line);
}

.detail-row {
  padding: 18px 0;
  border-bottom: 1px solid var(--sensus-line);
}

.related-section {
  padding: 20px clamp(24px, 5vw, 70px) clamp(70px, 8vw, 120px);
}

.cart-shell,
.checkout-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(28px, 4vw, 70px);
  padding: clamp(34px, 5vw, 70px);
}

.cart-list,
.cart-summary,
.checkout-form,
.checkout-summary,
.auth-card,
.dashboard-card {
  background: rgba(243, 238, 228, 0.78);
  border: 1px solid var(--sensus-line);
  padding: clamp(22px, 3vw, 34px);
}

.cart-summary,
.checkout-summary {
  position: sticky;
  top: 112px;
  align-self: start;
}

.cart-item,
.checkout-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--sensus-line);
}

.cart-item img,
.checkout-item img {
  width: 110px;
  aspect-ratio: 1;
  object-fit: cover;
}

.summary-row,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sensus-line);
  font-family: var(--sensus-mono);
  font-size: 0.82rem;
}

.summary-total {
  font-size: 1.05rem;
  color: var(--sensus-black);
}

.shipping-message {
  color: var(--sensus-gold);
  margin: 8px 0 18px;
  font-size: 0.95rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-grid label,
.auth-form label,
.dashboard-form label {
  display: grid;
  gap: 8px;
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.span-2 {
  grid-column: 1 / -1;
}

input,
textarea,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--sensus-line);
  background: rgba(255, 252, 246, 0.62);
  color: var(--sensus-ink);
  padding: 12px 14px;
  border-radius: 0;
}

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

input:focus,
textarea:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--sensus-gold);
  outline-offset: 3px;
}

.turnstile-panel {
  margin-top: 22px;
}

.checkout-status.is-error,
.auth-status.is-error {
  color: var(--sensus-red);
}

.thanks-shell,
.legal-shell,
.auth-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(44px, 8vw, 100px) 24px;
}

.legal-card,
.thanks-card {
  background: rgba(243, 238, 228, 0.78);
  border: 1px solid var(--sensus-line);
  padding: clamp(28px, 5vw, 60px);
}

.auth-shell {
  display: grid;
  place-items: center;
  min-height: calc(100dvh - 82px);
}

.auth-card {
  width: min(520px, 100%);
}

.auth-card h1,
.admin-shell h1 {
  font-family: var(--sensus-serif);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1;
  margin: 0 0 18px;
}

.auth-form,
.dashboard-form {
  display: grid;
  gap: 18px;
}

.admin-body {
  background: var(--sensus-black);
  color: var(--sensus-paper);
}

.admin-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: calc(100dvh - 82px);
}

.admin-sidebar {
  border-right: 1px solid var(--sensus-line-dark);
  padding: 34px 24px;
  background: #090908;
}

.admin-sidebar nav {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.admin-sidebar a,
.admin-sidebar button {
  color: rgba(243, 238, 228, 0.74);
  min-height: 44px;
  display: flex;
  align-items: center;
  border: 0;
  background: transparent;
  font-family: var(--sensus-mono);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-content {
  padding: clamp(28px, 4vw, 58px);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.dashboard-card {
  background: rgba(243, 238, 228, 0.06);
  border-color: var(--sensus-line-dark);
}

.dashboard-card span {
  font-family: var(--sensus-mono);
  color: rgba(243, 238, 228, 0.6);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.dashboard-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--sensus-serif);
  font-size: 2rem;
  font-weight: 400;
}

.admin-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--sensus-line-dark);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--sensus-line-dark);
  text-align: left;
  color: rgba(243, 238, 228, 0.78);
}

.admin-table th {
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--sensus-paper);
}

.admin-subtitle {
  margin: 34px 0 8px;
  font-family: var(--sensus-serif);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 400;
}

.admin-note {
  margin: 0 0 14px;
  color: rgba(243, 238, 228, 0.64);
}

.admin-search {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  max-width: 440px;
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 238, 228, 0.78);
}

.admin-status-select {
  width: 100%;
  min-width: 128px;
  border: 1px solid var(--sensus-line-dark);
  background: rgba(243, 238, 228, 0.08);
  color: var(--sensus-paper);
  padding: 9px 10px;
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-status-select option {
  background: var(--sensus-black);
}

.admin-action-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-action-row button {
  min-height: 36px;
  border: 1px solid var(--sensus-line-dark);
  background: transparent;
  color: var(--sensus-paper);
  padding: 0 10px;
  font-family: var(--sensus-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-section {
  display: none;
}

.admin-section.active {
  display: block;
}

.empty-state {
  border: 1px solid var(--sensus-line);
  padding: 28px;
  text-align: center;
}

@media (max-width: 1180px) {
  .sensus-product-grid,
  .preview-grid,
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .vertical-script {
    display: none;
  }

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

  .catalog-sidebar {
    position: static;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body {
    font-size: 17px;
    background-attachment: scroll;
  }

  .sensus-nav,
  .lux-nav {
    grid-template-columns: auto 1fr auto;
    padding: 0 16px;
    min-height: 70px;
  }

  .wordmark {
    font-size: 1.7rem;
    letter-spacing: 0.22em;
  }

  .wordmark small {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    position: relative;
    justify-self: start;
  }

  .nav-links,
  .nav-actions {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    display: none;
    background: rgba(7, 7, 6, 0.98);
    border-bottom: 1px solid var(--sensus-line-dark);
    padding: 18px;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-actions {
    top: auto;
    bottom: 0;
    justify-content: space-around;
    border-top: 1px solid var(--sensus-line-dark);
  }

  body.nav-open .nav-links,
  body.nav-open .nav-actions {
    display: flex;
  }

  .sensus-hero {
    min-height: calc(100dvh - 70px);
    background:
      linear-gradient(180deg, rgba(243, 238, 228, 0.96) 0%, rgba(243, 238, 228, 0.8) 42%, rgba(7, 7, 6, 0.3) 100%),
      url("./images/sensus-hero.jpeg") center bottom / cover no-repeat;
  }

  .hero-editorial-copy {
    min-height: calc(100dvh - 70px);
    padding: 74px 22px 260px;
    justify-content: start;
  }

  .sensus-title {
    font-size: clamp(3.5rem, 17vw, 6rem);
  }

  .story-triptych,
  .experience-section,
  .product-page-shell,
  .cart-shell,
  .checkout-shell,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .story-panel {
    min-height: 280px;
  }

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

  .section-head,
  .page-hero {
    align-items: start;
    flex-direction: column;
  }

  .catalog-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-tools {
    grid-template-columns: 1fr;
  }

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

  .product-thumbs {
    display: flex;
    overflow-x: auto;
    order: 2;
  }

  .product-thumb {
    min-width: 82px;
  }

  .product-detail-panel,
  .cart-summary,
  .checkout-summary {
    position: static;
  }

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

@media (max-width: 560px) {
  .home-band,
  .catalog-shell,
  .product-page-shell,
  .cart-shell,
  .checkout-shell,
  .related-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sensus-product-grid,
  .preview-grid,
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .footer-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .cart-item,
  .checkout-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .cart-item-actions {
    grid-column: 1 / -1;
  }

  .add-btn.sticky-mobile {
    position: sticky;
    bottom: 14px;
    z-index: 30;
    width: 100%;
  }

  .page-hero {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* SENSUS V2 mockup-spec visual layer */
:root {
  --spec-black: #070707;
  --spec-paper: #eee8df;
  --spec-paper-2: #f5f0e8;
  --spec-ink: #12100f;
  --spec-muted: #6f675f;
  --spec-line: rgba(18, 16, 15, 0.18);
  --spec-line-dark: rgba(245, 240, 232, 0.18);
  --spec-red: #8d2a22;
}

.sensus-site {
  background:
    linear-gradient(rgba(239, 233, 224, 0.92), rgba(239, 233, 224, 0.92)),
    url("./images/sensus-paper-frame.jpeg") center top / cover fixed,
    var(--spec-paper);
  color: var(--spec-ink);
}

.sensus-nav {
  min-height: 86px;
  padding: 0 46px;
  background: #070707;
  color: #f5f0e8;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  border-bottom: 1px solid rgba(245, 240, 232, 0.08);
  backdrop-filter: none;
}

.sensus-nav .wordmark {
  font-size: clamp(2.15rem, 3.2vw, 3.6rem);
  letter-spacing: 0.42em;
  font-weight: 400;
}

.sensus-nav .wordmark small {
  margin-top: 7px;
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  opacity: 0.72;
}

.nav-links,
.nav-actions {
  gap: clamp(26px, 3.1vw, 48px);
}

.nav-links a,
.nav-actions a {
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  color: rgba(245, 240, 232, 0.9);
}

.sensus-hero {
  position: relative;
  min-height: calc(100svh - 86px);
  grid-template-columns: 48% 52%;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(239, 233, 224, 0.98) 0%, rgba(239, 233, 224, 0.88) 43%, rgba(7, 7, 7, 0.14) 58%, rgba(7, 7, 7, 0.52) 100%),
    url("./images/sensus-hero.jpeg") right center / auto 100% no-repeat,
    var(--spec-paper);
}

.sensus-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(141, 42, 34, 0.09), transparent 12rem),
    linear-gradient(90deg, rgba(245, 240, 232, 0.28), transparent);
}

.hero-editorial-copy {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 86px);
  padding: 8.4vw 7vw 8vw 8.8vw;
  justify-content: center;
}

.eyebrow,
.summary-label,
.product-universe,
.section-kicker {
  color: var(--spec-ink);
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.17em;
  font-weight: 700;
}

.hero-editorial-copy .eyebrow::after,
.section-kicker::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 1px;
  margin-left: 16px;
  vertical-align: middle;
  background: currentColor;
  opacity: 0.65;
}

.sensus-title {
  max-width: 620px;
  font-size: clamp(4.8rem, 8.8vw, 9.8rem);
  line-height: 0.96;
  letter-spacing: 0.005em;
}

.hero-editorial-copy p:not(.eyebrow) {
  max-width: 365px;
  margin-top: 28px;
  font-size: 1.08rem;
  line-height: 1.52;
  color: #2b2723;
}

.sensus-cta {
  min-width: 230px;
  margin-top: 30px;
  padding: 0 58px 0 0;
  border-bottom: 1px solid #1b1815;
  color: #171411;
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.vertical-script {
  position: absolute;
  right: 38px;
  top: 19%;
  z-index: 3;
  margin: 0;
  color: rgba(245, 240, 232, 0.82);
  font-size: 1.05rem;
}

.hero-slide-index {
  position: absolute;
  right: clamp(80px, 8vw, 150px);
  bottom: 28px;
  z-index: 3;
  display: flex;
  gap: 28px;
  color: rgba(245, 240, 232, 0.82);
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.hero-slide-index span:first-child {
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}

.gooey-filter-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero-morph {
  position: relative;
  width: min(620px, 100%);
  min-height: 3.04em;
  filter: url("#sensus-gooey-threshold");
}

.hero-morph .morph-text {
  position: absolute;
  inset: 0;
  display: block;
  text-transform: uppercase;
  will-change: filter, opacity;
}

.hero-morph .morph-text-b {
  opacity: 0;
}

.story-triptych {
  min-height: 410px;
  grid-template-columns: 30% 40% 30%;
  background: #050505;
}

.story-panel {
  min-height: 410px;
}

.story-panel.left {
  background-image: url("./images/sensus-story-panel.jpeg");
  background-position: left center;
}

.story-panel.right {
  background-image: url("./images/sensus-story-panel.jpeg");
  background-position: right center;
}

.story-center {
  padding: 54px 6vw;
  background:
    radial-gradient(circle at 50% 46%, rgba(245, 240, 232, 0.08), transparent 11rem),
    #050505;
}

.story-center .section-kicker {
  color: rgba(245, 240, 232, 0.7);
}

.story-center .section-kicker::after {
  display: block;
  margin: 15px auto 0;
}

.story-center h2 {
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  color: #f3ede5;
}

.story-center p {
  max-width: 510px;
  font-size: 1rem;
  color: rgba(245, 240, 232, 0.62);
}

.featured-spec-band,
body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .home-band {
  padding: 34px 44px 62px;
  background: #050505;
  color: #f5f0e8;
}

.featured-spec-band .section-head {
  margin-bottom: 22px;
  align-items: center;
}

.featured-spec-band .section-head h2 {
  display: none;
}

.featured-spec-band .section-kicker {
  margin: 0;
  color: #f5f0e8;
}

.featured-spec-band .section-kicker::after {
  display: none;
}

.featured-spec-band .sensus-cta {
  color: #f5f0e8;
  border-color: rgba(245, 240, 232, 0.7);
  margin-top: 0;
  min-width: auto;
}

.featured-spec-band .preview-grid {
  gap: 20px;
}

.featured-spec-band .sensus-card {
  border: 0;
  background: transparent;
  color: #f5f0e8;
  box-shadow: none;
}

.featured-spec-band .sensus-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}

.featured-spec-band .sensus-card img {
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  background: #191817;
}

.featured-spec-band .sensus-card-body {
  padding: 13px 0 0;
}

.featured-spec-band .product-universe {
  display: none;
}

.featured-spec-band .product-name,
.featured-spec-band .product-price {
  color: #f5f0e8;
}

.featured-spec-band .product-name {
  margin: 0 0 8px;
}

body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .sensus-footer {
  background: var(--spec-paper);
  color: var(--spec-ink);
  border-top: 1px solid var(--spec-line);
  padding-top: 38px;
}

body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .sensus-footer .footer-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .sensus-footer .wordmark small,
body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .footer-nav a,
body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .footer-contact a,
body:not(.collection-page):not(.product-page):not(.checkout-page):not(.new-arrivals-page):not(.admin-body) .footer-meta {
  color: rgba(18, 16, 15, 0.68);
}


.collection-page .page-hero {
  min-height: 600px;
  padding: 110px 7vw 74px 10vw;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(239, 233, 224, 0.98) 0%, rgba(239, 233, 224, 0.9) 42%, rgba(7, 7, 7, 0.26) 61%, rgba(7, 7, 7, 0.64) 100%),
    url("./images/sensus-hero.jpeg") right center / auto 100% no-repeat,
    var(--spec-paper);
}

.collection-page .page-hero h1 {
  max-width: 520px;
  font-size: clamp(4.5rem, 8.4vw, 8.5rem);
}

.mobile-title-break {
  display: none;
}

.collection-page .page-hero > p {
  max-width: 320px;
  color: rgba(245, 240, 232, 0.8);
  writing-mode: vertical-rl;
  align-self: center;
  font-size: 1rem;
}

.collection-top-filter {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  padding: 34px 42px 22px;
  background: var(--spec-paper);
  border-bottom: 1px solid var(--spec-line);
}

.collection-top-filter > span {
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#categoryTopFilters {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 66px);
  overflow-x: auto;
}

#categoryTopFilters button {
  min-height: 40px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid transparent;
  color: var(--spec-ink);
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

#categoryTopFilters button.active {
  border-color: var(--spec-ink);
}

.catalog-shell {
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 44px;
  padding: 26px 44px 72px;
  background: var(--spec-paper);
}

.catalog-sidebar {
  top: 118px;
  gap: 32px;
}

.filter-group {
  border-top: 0;
  padding-top: 0;
}

.filter-group h3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  color: var(--spec-ink);
}

.filter-group h3::after {
  content: "-";
  color: var(--spec-muted);
}

.filter-list button {
  min-height: 26px;
  padding: 0;
  color: var(--spec-ink);
  font-size: 0.84rem;
}

.filter-list .color-swatch {
  width: 13px;
  height: 13px;
}

.catalog-tools {
  grid-template-columns: minmax(0, 1fr) 210px;
  margin-bottom: 18px;
}

.search-control,
.sort-control {
  min-height: 46px;
  border-color: rgba(18, 16, 15, 0.16);
  background: rgba(245, 240, 232, 0.55);
}

.shop-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px 18px;
}

.product-card {
  background: transparent;
  border: 0;
  overflow: visible;
  box-shadow: none;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-card-open {
  display: block;
}

.product-card-img {
  overflow: hidden;
  background: #d8d1c7;
}

.product-card-img img {
  aspect-ratio: 1 / 1.28;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.product-card:hover .product-card-img img {
  transform: scale(1.035);
  filter: contrast(1.03);
}

.product-info {
  padding: 11px 0 0;
}

.product-info .product-universe {
  margin: 0 0 5px;
  color: rgba(18, 16, 15, 0.55);
  font-size: 0.61rem;
}

.product-info .product-name {
  margin: 0 0 6px;
  color: var(--spec-ink);
}

.product-info .product-price {
  color: var(--spec-ink);
}

.catalog-dots {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.catalog-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: var(--swatch);
  border: 1px solid rgba(18, 16, 15, 0.32);
}

.product-page .shipping-announcement {
  min-height: 36px;
  display: grid;
  place-items: center;
  background: #070707;
  color: #f5f0e8;
  font-family: var(--sensus-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(245, 240, 232, 0.1);
}

.product-page .sensus-nav {
  background: var(--spec-paper);
  color: var(--spec-ink);
  border-bottom: 0;
}

.product-page .nav-links a,
.product-page .nav-actions a {
  color: var(--spec-ink);
}

.product-page .wordmark small {
  color: rgba(18, 16, 15, 0.62);
}

.product-page-shell {
  grid-template-columns: minmax(620px, 1.15fr) minmax(360px, 0.72fr);
  max-width: 1360px;
  margin: 0 auto;
  gap: 52px;
  padding: 58px 56px 40px;
}

.product-gallery-layout {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 28px;
}

.product-thumbs {
  gap: 18px;
  padding-top: 68px;
}

.product-thumb {
  border-color: rgba(18, 16, 15, 0.24);
  border-radius: 6px;
  overflow: hidden;
}

.product-thumb.active {
  border-color: var(--spec-ink);
}

.product-main-image {
  border: 0;
  border-radius: 10px;
  background: transparent;
}

.product-main-image img {
  aspect-ratio: 0.74 / 1;
  border-radius: 10px;
}

.product-detail-panel {
  top: 34px;
  padding-top: 54px;
}

.product-detail-panel h1 {
  font-size: clamp(2.8rem, 4.35vw, 4.8rem);
  line-height: 1.02;
  margin-bottom: 18px;
}

.product-detail-panel .price {
  font-size: 1.35rem;
  margin: 0 0 16px;
}

.product-stars {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0 0 28px;
  font-family: var(--sensus-mono);
  font-size: 0.78rem;
}

.product-stars small {
  color: var(--spec-muted);
}

#productDescription {
  max-width: 410px;
  color: #2c2824;
}

.product-bullets {
  margin: 12px 0 28px;
  padding-left: 20px;
  font-size: 1rem;
}

.product-option {
  margin: 20px 0;
}

.product-option .summary-label {
  margin-bottom: 10px;
}

.product-page .size-btn {
  background: transparent;
  border-color: rgba(18, 16, 15, 0.25);
}

.product-page .color-swatch {
  width: 34px;
  height: 34px;
}

.product-page .color-btn {
  min-width: 46px;
  min-height: 46px;
}

.product-actions .add-btn {
  min-height: 58px;
  width: 100%;
  background:
    linear-gradient(90deg, #080808 0%, #080808 78%, rgba(245, 240, 232, 0.02) 100%);
}

.product-actions .wishlist-btn,
.product-actions .share-btn {
  min-height: 52px;
}

.product-benefits {
  max-width: 1280px;
  margin: 0 auto 52px;
  padding: 20px 24px;
  border-top: 1px solid var(--spec-line);
  border-bottom: 1px solid var(--spec-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-benefits article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 16px;
  border-right: 1px solid var(--spec-line);
}

.product-benefits article:last-child {
  border-right: 0;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--spec-ink);
  color: var(--spec-paper);
  font-family: var(--sensus-serif);
}

.product-benefits h3 {
  margin: 0 0 4px;
  font-family: var(--sensus-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-benefits p {
  margin: 0;
  color: var(--spec-muted);
  font-size: 0.92rem;
}

.related-section {
  max-width: 1360px;
  margin: 0 auto;
}

.checkout-page .page-hero {
  min-height: 270px;
  padding: 56px 7vw 42px;
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(239, 233, 224, 0.96), rgba(239, 233, 224, 0.82)),
    url("./images/sensus-checkout-art.jpeg") right center / cover no-repeat;
}

.checkout-page .page-hero h1 {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.checkout-page .page-hero p {
  max-width: 360px;
  margin: 16px 0 0;
  color: #2c2824;
}

.checkout-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.checkout-progress li {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid rgba(18, 16, 15, 0.22);
  text-align: center;
  font-family: var(--sensus-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--spec-muted);
}

.checkout-progress span {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--spec-muted);
}

.checkout-progress .active {
  color: var(--spec-ink);
}

.checkout-progress .active::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 34%;
  right: 34%;
  height: 2px;
  background: var(--spec-ink);
}

.checkout-shell {
  max-width: 1320px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.98fr) minmax(440px, 0.82fr);
  gap: 84px;
  padding: 48px 56px 70px;
}

.checkout-form,
.checkout-summary {
  background: transparent;
  border: 0;
  padding: 0;
}

.checkout-form {
  padding-right: 74px;
  border-right: 1px solid var(--spec-line);
}

.form-grid {
  gap: 16px 24px;
}

.form-grid label {
  color: var(--spec-ink);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.checkout-page input,
.checkout-page textarea {
  min-height: 54px;
  background: transparent;
  border-color: rgba(18, 16, 15, 0.22);
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
}

.shipping-method-panel {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid var(--spec-line);
}

.shipping-method-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(18, 16, 15, 0.24);
  font-family: Arial, sans-serif;
}

.shipping-method-row p {
  margin: 4px 0 0;
  color: var(--spec-muted);
}

.method-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--spec-ink);
  box-shadow: 0 0 0 5px rgba(18, 16, 15, 0.08);
}

.payment-explain {
  margin-top: 16px;
  color: var(--spec-muted);
  font-size: 0.96rem;
}

.turnstile-panel {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--spec-line);
}

.checkout-submit {
  width: min(280px, 100%);
  margin-top: 26px;
  min-height: 58px;
}

.checkout-summary {
  top: 120px;
  padding: 34px 38px !important;
  background: rgba(245, 240, 232, 0.56) !important;
  border: 1px solid rgba(18, 16, 15, 0.08) !important;
  box-shadow: 0 28px 90px rgba(18, 16, 15, 0.08);
}

.checkout-summary .summary-label {
  margin-bottom: 28px;
  color: var(--spec-ink);
}

.checkout-item {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  border-bottom: 0;
  padding: 0 0 34px;
}

.checkout-item img {
  width: 118px;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
}

.checkout-item h3 {
  margin: 4px 0 8px;
  font-family: Arial, sans-serif;
  font-size: 1.04rem;
}

.checkout-item p {
  margin: 0 0 6px;
  color: var(--spec-muted);
}

.checkout-summary .summary-row,
.checkout-summary .summary-total {
  border-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  padding: 15px 0;
  line-height: 1.5;
}

.checkout-summary .summary-total {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--spec-line);
  font-size: 1.7rem;
  font-family: var(--sensus-serif);
}

.checkout-summary > p:not(.summary-label):not(.shipping-message),
.checkout-empty {
  margin: 0 0 24px;
  line-height: 1.65;
  color: #4b443d;
}

.checkout-summary .shipping-message {
  max-width: 100%;
  letter-spacing: 0.14em;
  line-height: 1.5;
}

.sensus-footer {
  position: relative;
  background:
    linear-gradient(rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.98)),
    url("./images/sensus-story-panel.jpeg") left bottom / 340px auto no-repeat;
  color: #f5f0e8;
}

@media (max-width: 1180px) {
  .shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-page-shell {
    grid-template-columns: 1fr;
    max-width: 920px;
  }

  .product-detail-panel {
    position: static;
    padding-top: 0;
  }

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

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

  .checkout-form {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .sensus-nav {
    min-height: 70px;
    padding: 0 18px;
  }

  .sensus-nav .wordmark {
    font-size: 1.72rem;
    letter-spacing: 0.25em;
    justify-self: center;
  }

  .nav-links,
  .nav-actions {
    top: 70px;
  }

  .sensus-hero {
    grid-template-columns: 1fr;
    min-height: calc(100svh - 70px);
    background:
      linear-gradient(180deg, rgba(239, 233, 224, 0.96) 0%, rgba(239, 233, 224, 0.9) 43%, rgba(7, 7, 7, 0.24) 70%, rgba(7, 7, 7, 0.44) 100%),
      url("./images/sensus-hero.jpeg") center bottom / cover no-repeat;
  }

  .hero-editorial-copy {
    min-height: calc(100svh - 70px);
    padding: 74px 24px 46svh;
  }

  .story-triptych {
    grid-template-columns: 1fr;
  }

  .story-panel {
    min-height: 280px;
  }

  .featured-spec-band {
    padding: 28px 18px 48px;
  }

  .featured-spec-band .preview-grid,
  .shop-grid,
  .sensus-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .collection-page .page-hero {
    min-height: 440px;
    padding: 72px 24px 42px;
    background:
      linear-gradient(180deg, rgba(239, 233, 224, 0.96), rgba(239, 233, 224, 0.76), rgba(7, 7, 7, 0.35)),
      url("./images/sensus-hero.jpeg") center bottom / cover no-repeat;
  }

  .collection-page .page-hero > p {
    writing-mode: horizontal-tb;
    color: var(--spec-ink);
  }

  .collection-top-filter {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 18px;
  }

  .catalog-shell {
    grid-template-columns: 1fr;
    padding: 20px 18px 50px;
  }

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

  .catalog-tools {
    grid-template-columns: 1fr;
  }

  .product-page .shipping-announcement {
    font-size: 0.64rem;
  }

  .product-page .sensus-nav {
    background: #070707;
    color: #f5f0e8;
  }

  .product-page .nav-links a,
  .product-page .nav-actions a {
    color: #f5f0e8;
  }

  .product-page-shell {
    padding: 24px 18px 36px;
  }

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

  .product-thumbs {
    order: 2;
    padding-top: 0;
  }

  .product-main-image img {
    aspect-ratio: 0.78 / 1;
  }

  .product-benefits {
    margin-inline: 18px;
    grid-template-columns: 1fr;
  }

  .product-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--spec-line);
  }

  .checkout-page .page-hero {
    padding: 44px 20px 36px;
  }

  .checkout-progress {
    margin-top: 42px;
  }

  .checkout-shell {
    padding: 32px 18px 54px;
  }

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

@media (max-width: 560px) {
  .sensus-title {
    font-size: clamp(3.6rem, 16vw, 5.5rem);
  }

  .featured-spec-band .preview-grid,
  .shop-grid,
  .sensus-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-sidebar {
    grid-template-columns: 1fr;
  }

  .checkout-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }
}

/* Final spec corrections: neutralize legacy broad nav rules from shop.css */
.sensus-nav {
  position: sticky !important;
  top: 0 !important;
  left: auto !important;
  right: auto !important;
  z-index: 800 !important;
  display: grid !important;
  min-height: 86px !important;
  padding: 0 46px !important;
  background: #070707 !important;
  color: #f5f0e8 !important;
  backdrop-filter: none !important;
  border-bottom: 1px solid rgba(245, 240, 232, 0.08) !important;
}

.sensus-footer nav.footer-nav {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

footer nav,
footer .footer-nav,
.sensus-footer .footer-nav,
.sensus-footer .footer-meta nav {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: auto !important;
  min-height: 0 !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  backdrop-filter: none !important;
}

.sensus-nav .nav-links a,
.sensus-nav .nav-actions a {
  color: #f5f0e8 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.sensus-nav .wordmark,
.sensus-nav .wordmark small {
  color: #f5f0e8 !important;
}

.sensus-hero {
  min-height: 640px !important;
  height: 640px;
  grid-template-columns: 46% 54%;
  background:
    linear-gradient(90deg, rgba(239, 233, 224, 0.98) 0%, rgba(239, 233, 224, 0.94) 39%, rgba(239, 233, 224, 0.42) 54%, rgba(7, 7, 7, 0.18) 64%, rgba(7, 7, 7, 0.54) 100%),
    url("./images/sensus-hero.jpeg") right center / cover no-repeat,
    var(--spec-paper) !important;
}

.hero-editorial-copy {
  min-height: 640px !important;
  padding-top: 64px;
  padding-bottom: 64px;
}

.checkout-page .page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(239, 233, 224, 1) 0%, rgba(239, 233, 224, 1) 54%, rgba(239, 233, 224, 0.92) 67%, rgba(239, 233, 224, 0.42) 100%),
    url("./images/sensus-checkout-right.jpeg") right center / auto 100% no-repeat,
    var(--spec-paper) !important;
}

.checkout-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, var(--spec-paper) 0%, var(--spec-paper) 49%, rgba(239, 233, 224, 0.86) 64%, rgba(239, 233, 224, 0.04) 100%);
}

.checkout-page .page-hero h1 {
  position: relative;
  z-index: 2;
}

.checkout-page .page-hero p,
.checkout-progress {
  position: relative;
  z-index: 2;
}

.product-page .sensus-nav {
  background: #070707 !important;
  color: #f5f0e8 !important;
}

.product-page .nav-links a,
.product-page .nav-actions a {
  color: #f5f0e8 !important;
}

@media (max-width: 860px) {
  .sensus-nav {
    min-height: 70px !important;
    padding: 0 18px !important;
  }

  .sensus-hero {
    min-height: 720px !important;
    height: auto;
    grid-template-columns: 1fr;
  }

  .hero-editorial-copy {
    min-height: 720px !important;
    padding-top: 74px;
    padding-bottom: 46svh;
  }

  .product-page .sensus-nav {
    background: #070707 !important;
    color: #f5f0e8 !important;
  }
}

/* Mobile stability pass: keep the SENSUS experience clean without legacy menu/cursor side effects. */
html,
body,
body.sensus-site,
body.sensus-site *,
body.inner-lux,
body.inner-lux * {
  cursor: auto !important;
}

a,
button,
[role="button"],
summary,
.color-swatch,
.size-btn,
.filter-pill,
.summary-btn,
.sensus-cta,
.product-card,
.image-arrow,
.nav-toggle {
  cursor: pointer !important;
}

input,
textarea,
select,
[contenteditable="true"] {
  cursor: text !important;
}

#cursor-dot,
#cursor-ring {
  display: none !important;
}

.footer-wordmark {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 1;
  letter-spacing: 0.34em;
  color: #f5f0e8;
}

.sensus-footer .wordmark small,
.sensus-nav .wordmark small {
  display: none !important;
}

.sensus-nav .nav-links a,
.sensus-nav .nav-actions a {
  opacity: 1 !important;
  font-weight: 700 !important;
}

.story-panel.left {
  background-position: left center !important;
}

.story-panel.right {
  background-position: right center !important;
}

@media (max-width: 860px) {
  body.nav-open::before {
    content: none !important;
    display: none !important;
  }

  .sensus-nav {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  .sensus-nav .wordmark {
    justify-self: center !important;
    margin-left: 0.28em !important;
    font-size: clamp(1.35rem, 6.6vw, 1.9rem) !important;
    line-height: 1 !important;
    letter-spacing: 0.32em !important;
    white-space: nowrap !important;
  }

  .sensus-nav .nav-toggle {
    position: relative !important;
    z-index: 1002 !important;
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .sensus-nav .nav-links {
    position: fixed !important;
    inset: 70px 0 auto 0 !important;
    z-index: 1000 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: auto !important;
    min-height: 0 !important;
    padding: 12px 22px 20px !important;
    background: #070707 !important;
    border-bottom: 1px solid rgba(245, 240, 232, 0.14) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34) !important;
    backdrop-filter: none !important;
  }

  body.nav-open .sensus-nav .nav-links {
    display: flex !important;
  }

  .sensus-nav .nav-links li {
    width: 100% !important;
    border-bottom: 1px solid rgba(245, 240, 232, 0.11) !important;
  }

  .sensus-nav .nav-links li:last-child {
    border-bottom: 0 !important;
  }

  .sensus-nav .nav-links a {
    display: flex !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.22em !important;
    color: #f8f4ed !important;
  }

  .sensus-nav .nav-actions {
    position: static !important;
    inset: auto !important;
    z-index: 1001 !important;
    display: flex !important;
    justify-self: end !important;
    width: auto !important;
    min-width: 46px !important;
    min-height: 0 !important;
    padding: 0 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .sensus-nav .nav-actions a {
    display: none !important;
  }

  .sensus-nav .nav-actions a:last-child {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .sensus-nav .nav-actions a:last-child::before {
    content: "Cart";
    font-size: 0.62rem !important;
    letter-spacing: 0.12em !important;
  }

  .sensus-hero {
    min-height: 720px !important;
    height: auto !important;
    grid-template-columns: 1fr !important;
    background:
      linear-gradient(180deg, rgba(239, 233, 224, 0.98) 0%, rgba(239, 233, 224, 0.94) 33%, rgba(239, 233, 224, 0.64) 58%, rgba(7, 7, 7, 0.35) 100%),
      url("./images/sensus-hero.jpeg") 62% bottom / auto 67% no-repeat,
      var(--spec-paper) !important;
  }

  .hero-editorial-copy {
    min-height: 0 !important;
    align-items: flex-start !important;
    padding: 58px 22px 355px !important;
  }

  .hero-editorial-copy .eyebrow {
    text-align: left !important;
  }

  .hero-morph,
  .sensus-title {
    width: min(100%, 340px) !important;
    min-height: 2.95em !important;
    font-size: clamp(3rem, 15.2vw, 4.65rem) !important;
    line-height: 0.94 !important;
    text-align: left !important;
  }

  .hero-editorial-copy p:not(.eyebrow) {
    max-width: 310px !important;
    text-align: left !important;
    font-size: 1.02rem !important;
    margin-top: 12px !important;
  }

  .vertical-script {
    display: none !important;
  }

  .hero-slide-index {
    right: 18px !important;
    bottom: 18px !important;
    color: rgba(245, 240, 232, 0.86) !important;
  }

  .story-triptych {
    grid-template-columns: 1fr !important;
  }

  .story-panel {
    min-height: 310px !important;
  }

  .story-panel.right {
    display: none !important;
  }

  .story-center {
    min-height: 0 !important;
    padding: 48px 22px !important;
    text-align: left !important;
  }

  .story-center h2,
  .story-center p {
    text-align: left !important;
  }

  .collection-page .page-hero {
    overflow: hidden !important;
  }

  .collection-page .page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(3.55rem, 15vw, 4.45rem) !important;
    line-height: 0.96 !important;
    text-align: left !important;
  }

  .collection-page .page-hero h1 .mobile-title-break {
    display: inline !important;
  }

  .collection-page .page-hero > div,
  .collection-page .page-hero > p {
    max-width: 100% !important;
    text-align: left !important;
  }

  .collection-page .page-hero > p {
    margin-top: 22px !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .checkout-shell {
    overflow: hidden !important;
  }

  .checkout-form,
  .checkout-summary {
    width: 100% !important;
    min-width: 0 !important;
  }

  .checkout-form input,
  .checkout-form textarea,
  .checkout-form select {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .checkout-progress li {
    min-width: 0 !important;
    font-size: 0.6rem !important;
    letter-spacing: 0.08em !important;
    overflow-wrap: anywhere !important;
  }

  .checkout-page .page-hero h1 {
    font-size: clamp(2.85rem, 13.8vw, 3.45rem) !important;
  }

  .sensus-footer .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .sensus-footer .footer-meta {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .sensus-footer .footer-nav {
    flex-wrap: wrap !important;
    gap: 14px 20px !important;
  }
}

@media (max-width: 420px) {
  .sensus-nav .wordmark {
    font-size: 1.32rem !important;
    letter-spacing: 0.25em !important;
  }

  .sensus-nav .nav-actions a:last-child {
    font-size: 0 !important;
    letter-spacing: 0 !important;
  }

  .sensus-nav .nav-actions a:last-child::before {
    font-size: 0.58rem !important;
    letter-spacing: 0.08em !important;
  }

  .sensus-hero {
    min-height: 690px !important;
    background:
      linear-gradient(180deg, rgba(239, 233, 224, 0.98) 0%, rgba(239, 233, 224, 0.94) 34%, rgba(239, 233, 224, 0.62) 58%, rgba(7, 7, 7, 0.38) 100%),
      url("./images/sensus-hero.jpeg") 63% bottom / auto 63% no-repeat,
      var(--spec-paper) !important;
  }

  .hero-editorial-copy {
    padding: 48px 20px 330px !important;
  }
}
