/* Shipping & Returns */

.arkan-ship__crumbs-wrap {
  width: 100%;
  background: var(--cream);
  padding: 24px 48px 0;
}

.arkan-ship__crumbs {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: var(--body-2);
}

.arkan-ship__crumbs a {
  color: var(--body-2);
  transition: color 0.2s;
}

.arkan-ship__crumbs a:hover {
  color: var(--burgundy);
}

.arkan-ship__crumbs-sep {
  opacity: 0.5;
}

.arkan-ship__crumbs-current {
  color: var(--burgundy);
  font-weight: 500;
}

.arkan-ship__hero {
  background: var(--cream);
  padding: 52px 48px 34px;
  text-align: center;
}

.arkan-ship__eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  color: var(--burgundy);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.arkan-ship__title {
  font-family: var(--serif);
  font-size: clamp(44px, 5.4vw, 68px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1;
}

.arkan-ship__divider {
  margin: 26px 0 20px;
}

.arkan-ship__sub {
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  color: var(--body);
}

.arkan-ship__options {
  background: var(--cream);
  padding: 20px 48px;
}

.arkan-ship__2col {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.arkan-ship__card {
  background: var(--surface);
  border: 1px solid rgba(45, 10, 18, 0.06);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  padding: 32px;
}

.arkan-ship__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.arkan-ship__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cream-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--burgundy);
}

.arkan-ship__price {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--burgundy);
}

.arkan-ship__card-title {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 8px;
}

.arkan-ship__card-body {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--body);
  line-height: 1.85;
}

.arkan-ship__card-body strong {
  color: var(--ink);
  font-weight: 600;
}

.arkan-ship__coverage-wrap {
  background: var(--cream);
  padding: 12px 48px 40px;
}

.arkan-ship__coverage {
  max-width: 1000px;
  margin: 0 auto;
  background: var(--maroon);
  border-radius: 16px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.arkan-ship__coverage-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.arkan-ship__coverage-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: #f6ede0;
  line-height: 1.1;
}

.arkan-ship__coverage-sub {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 300;
  color: rgba(246, 237, 224, 0.7);
  margin-top: 4px;
}

.arkan-ship__coverage-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  border: 1.5px solid rgba(232, 201, 138, 0.5);
  color: var(--gold);
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: var(--r-pill);
}

.arkan-ship__returns {
  width: 100%;
  background: var(--surface);
  padding: 80px 48px;
}

.arkan-ship__returns-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.arkan-ship__returns-head {
  text-align: center;
  margin-bottom: 52px;
}

.arkan-ship__returns-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--burgundy);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.arkan-ship__returns-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
}

.arkan-ship__returns-sub {
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--body-2);
  margin: 12px auto 0;
  max-width: 560px;
  line-height: 1.8;
}

.arkan-ship__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.arkan-ship__step {
  text-align: center;
}

.arkan-ship__step-disc {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px solid rgba(107, 29, 44, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  position: relative;
}

.arkan-ship__step-num {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--burgundy);
  color: #fff;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arkan-ship__step-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}

.arkan-ship__step-body {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 400;
  color: var(--body-2);
  line-height: 1.75;
}

.arkan-ship__fineprint {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  text-align: center;
  margin: 44px auto 0;
  line-height: 1.8;
  max-width: 640px;
}

/* RTL: mirror the number badge corner */
html[dir='rtl'] .arkan-ship__step-num {
  right: auto;
  left: -6px;
}

@media (max-width: 820px) {
  .arkan-ship__crumbs-wrap,
  .arkan-ship__hero,
  .arkan-ship__options,
  .arkan-ship__coverage-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arkan-ship__returns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arkan-ship__2col {
    grid-template-columns: 1fr;
  }

  .arkan-ship__steps {
    grid-template-columns: 1fr 1fr;
  }
}
