.status-banner {
  margin: 0 0 5rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  border: 1px solid rgba(158, 127, 37, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 70px rgba(39, 28, 17, 0.08);
}

.status-marker {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(216, 184, 97, 0.38);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(216, 184, 97, 0.32), rgba(122, 40, 44, 0.12)),
    #fff8ed;
}

.status-marker::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.95rem auto 0;
  border: 2px solid #9e7f25;
  border-top-color: transparent;
  border-radius: 50%;
}

.status-banner h2 {
  margin: 0 0 0.3rem;
  color: #17130f;
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 1.12;
}

.status-banner p {
  margin: 0;
  color: rgba(23, 19, 15, 0.7);
  line-height: 1.6;
}

.status-banner.open {
  border-color: rgba(6, 45, 39, 0.34);
  background: rgba(255, 255, 255, 0.86);
}

.asoebi-guide {
  display: grid;
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: stretch;
  margin-bottom: 6rem;
}

.asoebi-guide-media {
  min-height: 42rem;
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.04), rgba(5, 4, 3, 0.3)),
    var(--asoebi-guide-image, linear-gradient(135deg, #062d27, #7a282c));
  background-size: cover;
  background-position: center 42%;
  box-shadow: 0 22px 70px rgba(39, 28, 17, 0.08);
}

.asoebi-guide-copy {
  padding: 2rem;
  display: grid;
  align-content: center;
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(39, 28, 17, 0.08);
}

.guide-steps {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-steps li {
  min-height: 5.25rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.9rem;
  align-items: center;
  border: 1px solid rgba(23, 19, 15, 0.09);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.72);
}

.guide-steps span {
  color: #9e7f25;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1;
}

.guide-steps p {
  margin: 0;
  color: rgba(23, 19, 15, 0.72);
  line-height: 1.52;
}

.guide-cta-actions {
  margin-top: 1.2rem;
}

.asoebi-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
  gap: 1.4rem;
  align-items: start;
}

.asoebi-catalog {
  min-width: 0;
}

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

.catalog-callout,
.catalog-locked,
.fabric-card,
.asoebi-cart,
.order-success,
.asoebi-faq details {
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 70px rgba(39, 28, 17, 0.08);
}

.catalog-callout {
  grid-column: 1 / -1;
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(6, 45, 39, 0.08), rgba(216, 184, 97, 0.12)),
    rgba(255, 255, 255, 0.74);
}

.catalog-callout-title {
  color: #17130f;
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 600;
}

.catalog-callout-body {
  margin-top: 0.45rem;
  color: rgba(23, 19, 15, 0.72);
  line-height: 1.62;
}

.catalog-locked {
  grid-column: 1 / -1;
  min-height: 27rem;
  padding: 2rem;
  display: grid;
  place-items: center;
}

.catalog-locked-inner {
  width: min(100%, 42rem);
  text-align: center;
}

.catalog-locked-mark {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border: 1px solid rgba(216, 184, 97, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(216, 184, 97, 0.42), transparent 42%),
    #fff8ed;
}

.catalog-locked-title {
  margin: 0;
  color: #17130f;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.02;
}

.catalog-locked-body,
.catalog-locked-footnote {
  margin: 0.8rem auto 0;
  color: rgba(23, 19, 15, 0.72);
  line-height: 1.62;
}

.catalog-locked-meta {
  margin: 1.4rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  text-align: left;
}

.catalog-meta-item {
  padding: 1rem;
  border: 1px solid rgba(158, 127, 37, 0.18);
  border-radius: 8px;
  background: rgba(247, 235, 216, 0.72);
}

.catalog-meta-value {
  margin-top: 0.4rem;
  color: #17130f;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
}

.catalog-locked-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.4rem;
}

.fabric-card {
  padding: 1.15rem;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fabric-card:hover {
  transform: translateY(-2px);
  border-color: rgba(158, 127, 37, 0.38);
  box-shadow: 0 30px 80px rgba(39, 28, 17, 0.12);
}

.fabric-swatch {
  width: 100%;
  height: 6rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(23, 19, 15, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(900px 260px at 20% 0%, rgba(255, 255, 255, 0.55), transparent 60%),
    linear-gradient(135deg, color-mix(in srgb, var(--swatch, rgba(201, 162, 39, 0.7)) 85%, #ffffff 15%), var(--swatch, rgba(201, 162, 39, 0.7)));
}

.fabric-title {
  margin: 0.55rem 0 0;
  color: #17130f;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.08;
}

.fabric-desc,
.fabric-includes,
.fabric-stock {
  color: rgba(23, 19, 15, 0.68);
  line-height: 1.52;
}

.fabric-desc {
  margin: 0.7rem 0 0;
}

.fabric-includes {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.95rem;
}

.fabric-price {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem;
}

.price-ngn {
  color: #17130f;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
}

.price-usd,
.fabric-stock {
  font-size: 0.92rem;
}

.fabric-stock.ok {
  color: #1b6e3a;
}

.fabric-stock.out {
  color: #9a2a2a;
}

.fabric-add {
  width: 100%;
  margin-top: 1rem;
}

.asoebi-cart {
  padding: 1.25rem;
  position: sticky;
  top: calc(var(--header-height) + 1rem);
}

.cart-header,
.cart-total-row,
.payment-detail {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.cart-title,
.form-section-title,
.payment-info h4 {
  margin: 0;
  color: #17130f;
  font-family: var(--font-display);
  font-weight: 600;
}

.cart-count,
.order-number {
  color: rgba(23, 19, 15, 0.58);
}

.cart-empty {
  padding: 1.25rem 0;
  color: rgba(23, 19, 15, 0.68);
}

.cart-items {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.cart-item {
  padding: 0.85rem;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 0.65rem;
  align-items: center;
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.68);
}

.cart-item-name {
  color: #17130f;
  font-weight: 700;
}

.cart-item-meta {
  margin-top: 0.2rem;
  color: rgba(23, 19, 15, 0.56);
  font-size: 0.82rem;
}

.cart-item-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(23, 19, 15, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.qty-btn,
.cart-remove {
  border: 0;
  color: #17130f;
  background: transparent;
  cursor: pointer;
}

.qty-btn {
  padding: 0 0.35rem;
  font-size: 1rem;
  line-height: 1;
}

.qty-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.qty {
  min-width: 1.4rem;
  text-align: center;
  font-family: var(--font-accent);
}

.cart-item-price {
  white-space: nowrap;
  color: rgba(23, 19, 15, 0.72);
  font-family: var(--font-display);
  font-weight: 600;
}

.cart-remove {
  padding: 0.25rem 0.45rem;
  color: rgba(23, 19, 15, 0.5);
  font-size: 1.2rem;
  line-height: 1;
}

.cart-remove:hover {
  color: #9a2a2a;
}

.cart-totals,
.form-section {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(23, 19, 15, 0.1);
}

.cart-total-row {
  padding: 0.35rem 0;
  color: rgba(23, 19, 15, 0.72);
}

.cart-total-row.grand {
  color: #17130f;
  font-weight: 700;
}

.checkout-form {
  margin-top: 1.25rem;
}

.form-section-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

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

.form-group label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(23, 19, 15, 0.68);
  font-size: 0.92rem;
}

.checkout-form input,
.checkout-form textarea,
.checkout-form select {
  width: 100%;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(23, 19, 15, 0.14);
  border-radius: 8px;
  color: #17130f;
  background: rgba(255, 255, 255, 0.84);
  font-family: var(--font-primary);
  font-size: 1rem;
}

.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
  outline: 2px solid rgba(216, 184, 97, 0.55);
  outline-offset: 1px;
}

.delivery-options {
  display: grid;
  gap: 0.75rem;
}

.delivery-option {
  display: block;
  padding: 1rem;
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.7);
  cursor: pointer;
}

.delivery-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.delivery-option.selected {
  border-color: rgba(158, 127, 37, 0.45);
  background: rgba(216, 184, 97, 0.14);
}

.delivery-option.disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.delivery-option-title {
  color: #17130f;
  font-weight: 700;
}

.delivery-option-desc {
  margin-top: 0.25rem;
  color: rgba(23, 19, 15, 0.58);
  font-size: 0.92rem;
  line-height: 1.42;
}

.message {
  margin-top: 0.75rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(216, 184, 97, 0.26);
  border-radius: 8px;
  color: rgba(23, 19, 15, 0.72);
  background: rgba(216, 184, 97, 0.1);
  white-space: pre-line;
}

.message--error {
  border-color: rgba(154, 42, 42, 0.24);
  color: #7d1f1f;
  background: rgba(154, 42, 42, 0.1);
}

.message--success {
  border-color: rgba(27, 110, 58, 0.2);
  color: #1b6e3a;
  background: rgba(27, 110, 58, 0.1);
}

.order-success {
  margin-top: 4rem;
  padding: 2rem;
  text-align: center;
}

.order-success-icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border: 1px solid rgba(216, 184, 97, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(216, 184, 97, 0.42), transparent 42%),
    #fff8ed;
}

.order-success h2 {
  margin: 0;
  color: #17130f;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 500;
}

.order-success-subtitle,
.order-success-proof {
  color: rgba(23, 19, 15, 0.7);
  line-height: 1.58;
}

.payment-info {
  margin-top: 1.25rem;
  padding: 1.25rem;
  text-align: left;
  border: 1px solid rgba(23, 19, 15, 0.1);
  border-radius: 8px;
  background: rgba(255, 248, 237, 0.74);
}

.payment-detail {
  padding: 0.5rem 0;
  border-top: 1px solid rgba(23, 19, 15, 0.1);
}

.payment-detail:first-of-type {
  border-top: 0;
}

.asoebi-faq {
  margin-top: 6rem;
}

.asoebi-faq details {
  padding: 1rem 1.1rem;
  margin-top: 0.8rem;
}

.asoebi-faq summary {
  cursor: pointer;
  color: #17130f;
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 600;
}

.asoebi-faq p {
  margin: 0.75rem 0 0;
  color: rgba(23, 19, 15, 0.72);
  line-height: 1.7;
}
