/* Loaded only for the WordPress page ID selected as the static homepage. */
.sh-home { overflow: hidden; background: var(--sh-cream); }
.sh-home .entry-content { margin: 0; }

.sh-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  background: #f4efe7;
}

.sh-hero__inner {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
}

.sh-hero__content { position: relative; z-index: 2; padding: 80px 0; }

.sh-hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(4.1rem, 6.6vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.035em;
}

.sh-hero h1 em { display: block; color: var(--sh-blush); font-weight: 500; }

.sh-hero__copy {
  max-width: 540px;
  margin: 28px 0 34px;
  color: var(--sh-sage);
  font-size: 0.98rem;
  line-height: 1.85;
}

.sh-hero__actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }

.sh-hero__visual {
  position: absolute;
  top: 0;
  right: calc((100vw - min(var(--sh-container), calc(100vw - 48px))) / -2);
  bottom: 0;
  left: 42%;
  overflow: hidden;
}

.sh-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f4efe7 0%, rgba(244, 239, 231, 0.75) 10%, transparent 36%);
  content: "";
}

.sh-hero__visual img { width: 100%; height: 100%; object-fit: cover; }

.sh-hero__seal {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 6vw, 88px);
  bottom: 36px;
  width: 106px;
  aspect-ratio: 1;
  display: grid;
  align-content: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background: rgba(11, 60, 43, .9);
  color: var(--sh-white);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.sh-hero__seal span { display: block; font-family: var(--sh-display); font-size: 1.55rem; letter-spacing: 0; }

.sh-proof { position: relative; z-index: 4; background: var(--sh-emerald); color: var(--sh-white); }
.sh-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }

.sh-proof__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px 36px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.sh-proof__item:last-child { border-right: 0; }

.sh-proof__icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(217, 162, 162, .7);
  border-radius: 50%;
  color: var(--sh-blush);
}
.sh-proof__item .sh-proof__icon { display: grid; place-items: center; }
.sh-proof__icon svg { width: 22px; height: 22px; display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.sh-proof__item strong,
.sh-proof__item span { display: block; }
.sh-proof__item strong { color: var(--sh-white); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.sh-proof__item div span { margin-top: 5px; color: rgba(255,255,255,.62); font-size: .72rem; }

.sh-concerns { background: var(--sh-white); }
.sh-concern-grid { display: grid; grid-template-columns: repeat(var(--sh-category-columns, 4), minmax(0, 1fr)); border-top: 1px solid var(--sh-line); border-left: 1px solid var(--sh-line); }

.sh-concern-card {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  padding: 28px 28px 32px;
  border-right: 1px solid var(--sh-line);
  border-bottom: 1px solid var(--sh-line);
  color: var(--sh-ink);
  text-decoration: none;
  transition: background-color 220ms ease, transform 220ms ease;
}

.sh-concern-card:hover { z-index: 2; background: var(--sh-mist); transform: translateY(-5px); }
.sh-concern-card__number { color: #9aaba1; font-family: var(--sh-display); font-size: 1rem; }

.sh-concern-card__icon {
  width: 100px;
  height: 100px;
  display: grid;
  margin: 38px auto 32px;
  place-items: center;
  border: 1px solid var(--sh-blush);
  border-radius: 50%;
  color: var(--sh-emerald);
}

.sh-concern-card__icon svg { width: 42px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.sh-concern-card__icon--logo { width: 180px; height: 100px; border: 0; border-radius: 0; }
.sh-concern-card__icon--logo img { width: 100%; height: 100%; display: block; object-fit: contain; }
.sh-concern-card__icon--azadi-deals { width: 100px; }
.sh-concern-card__icon--azadi-deals img { border-radius: 50%; }
.sh-concern-card__icon--the-ordinary { width: 126px; }
.sh-concern-card__kicker { color: var(--sh-blush); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sh-concern-card strong { margin-top: 7px; color: var(--sh-emerald); font-family: var(--sh-display); font-size: 2rem; font-weight: 600; }
.sh-concern-card__copy { min-height: 54px; margin-top: 10px; color: var(--sh-sage); font-size: .75rem; line-height: 1.65; }
.sh-concern-card__link { margin-top: auto; padding-top: 24px; color: var(--sh-emerald); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.sh-bestsellers { background: var(--sh-cream); }
.sh-section-heading--center { grid-template-columns: 1fr auto; }
.sh-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sh-product-card { min-width: 0; }

.sh-product-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  background: #eef0eb;
}

.sh-product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.sh-product-card__body { display: flex; flex-direction: column; padding: 18px 2px 0; }
.sh-product-card h3 { min-height: 0; margin: 7px 0 0; font-family: var(--sh-body); font-size: .92rem; font-weight: 600; line-height: 1.45; }
.sh-product-card h3 a { color: var(--sh-emerald); text-decoration: none; }
.sh-product-card p { min-height: 0; margin: 7px 0 0; color: var(--sh-sage); font-size: .7rem; line-height: 1.6; }
.sh-product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--sh-line); }

.sh-placeholder-product {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 68% 25%, rgba(217,162,162,.42), transparent 26%), linear-gradient(145deg, #edf2ed, #e2e8e1);
}

.sh-placeholder-product::before {
  width: 38%;
  height: 53%;
  border-radius: 14px 14px 18px 18px;
  background: linear-gradient(110deg, rgba(255,255,255,.8), rgba(255,255,255,.3));
  box-shadow: 0 22px 36px rgba(11,60,43,.12);
  content: "";
}

.sh-placeholder-product i { position: absolute; top: 20%; width: 18%; height: 8%; border-radius: 5px; background: var(--sh-emerald); }

.sh-closing { padding: 96px 0; background: var(--sh-emerald); color: var(--sh-white); }
.sh-closing__inner { display: grid; grid-template-columns: 1.25fr .75fr auto; align-items: center; gap: 54px; }
.sh-closing h2 { margin: 0; color: var(--sh-white); font-size: clamp(2.7rem, 4.4vw, 4.8rem); font-weight: 600; }
.sh-closing h2 em { color: var(--sh-blush); font-weight: 500; }
.sh-closing__inner > p { margin: 0; color: rgba(255,255,255,.67); font-size: .82rem; line-height: 1.8; }

@media (max-width: 1024px) {
  .sh-hero, .sh-hero__inner { min-height: 650px; }
  .sh-hero__inner { grid-template-columns: 1fr 1fr; }
  .sh-hero__visual { left: 44%; }
  .sh-proof__item { padding: 26px 18px; }
  .sh-concern-grid, .sh-product-grid { grid-template-columns: repeat(2, 1fr); }
  .sh-closing__inner { grid-template-columns: 1fr 1fr; }
  .sh-closing__inner .sh-button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 767px) {
  .sh-hero { min-height: 0; }
  .sh-hero__inner { width: 100%; min-height: clamp(430px, 112vw, 480px); display: block; }
  .sh-hero__content { position: absolute; z-index: 3; right: 16px; bottom: 0; left: 16px; width: auto; padding: 30px 0 34px; }
  .sh-hero__content .sh-eyebrow { margin-bottom: 16px; font-size: .58rem; }
  .sh-hero h1 { max-width: 420px; color: var(--sh-white); font-size: clamp(2.6rem, 11.8vw, 3.55rem); line-height: .98; text-shadow: 0 2px 22px rgba(0,0,0,.18); }
  .sh-hero__copy { max-width: 430px; margin: 18px 0 22px; color: rgba(255,255,255,.82); font-size: .75rem; line-height: 1.6; }
  .sh-hero__actions { gap: 14px; }
  .sh-hero__actions .sh-button { min-height: 44px; border-color: var(--sh-white); background: var(--sh-white); color: var(--sh-emerald); padding-inline: 20px; font-size: .56rem; }
  .sh-hero__actions .sh-button:hover { border-color: var(--sh-blush); background: var(--sh-blush); color: var(--sh-white); }
  .sh-hero__actions .sh-text-link { display: none; }
  .sh-hero__visual { position: absolute; inset: 0; width: 100%; height: 100%; }
  .sh-hero__visual::after { background: linear-gradient(0deg, rgba(6,41,29,.94) 0%, rgba(6,41,29,.68) 48%, rgba(6,41,29,.06) 82%); }
  .sh-hero__visual img { object-position: 66% 58%; transform: scale(1.08); }
  .sh-hero__seal { top: 16px; right: 16px; bottom: auto; width: 64px; font-size: .46rem; }
  .sh-hero__seal span { font-size: 1.18rem; }
  .sh-proof { display: none; }
  .sh-concern-grid { grid-template-columns: 1fr; }
  .sh-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .sh-product-card { height: 100%; display: flex; flex-direction: column; }
  .sh-product-card__image { flex: 0 0 auto; }
  .sh-product-card__body { flex: 1; padding-top: 12px; }
  .sh-product-card h3 { min-height: 2.9em; font-size: .78rem; }
  .sh-product-card__footer { width: 100%; align-items: flex-start; flex-direction: column; gap: 10px; margin-top: auto; }
  .sh-product-card .sh-quick-add { width: 100% !important; min-width: 0; }
  .sh-concern-card { min-height: 350px; }
  .sh-section-heading--center { grid-template-columns: 1fr; }
  .sh-closing__inner { grid-template-columns: 1fr; gap: 28px; }
  .sh-closing__inner .sh-button { grid-column: auto; }
}
