/* Atelier Atlas — koyu atölye / bakır vurgu */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&display=swap");

.sht-atlas {
  --sht-atlas-ink: #1c1917;
  --sht-atlas-panel: #292524;
  --sht-atlas-copper: #d97706;
  --sht-atlas-copper-2: #fbbf24;
  font-family: Outfit, Inter, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 0 0 12px;
}

.sht-atlas .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sht-atlas__scene {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(900px 320px at 85% 10%, rgba(217, 119, 6, 0.28), transparent 55%),
    linear-gradient(145deg, #0c0a09 0%, #1c1917 48%, #292524 100%);
  color: #fafaf9;
  min-height: 340px;
  box-shadow: 0 24px 60px rgba(28, 25, 23, 0.35);
}

.sht-atlas__scene-glow {
  position: absolute;
  inset: auto -10% -40% 40%;
  height: 70%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.18), transparent 65%);
  pointer-events: none;
}

.sht-atlas__scene-inner {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 5vw, 48px);
  max-width: 720px;
}

.sht-atlas__kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sht-atlas-copper-2);
}

.sht-atlas__scene h1 {
  margin: 0;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.sht-atlas__lead {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.55;
  color: #d6d3d1;
  max-width: 46ch;
}

.sht-atlas__search {
  display: flex;
  gap: 8px;
  margin-top: 22px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.sht-atlas__search input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: none;
  border-radius: 12px;
  padding: 0 16px;
  font: inherit;
  font-size: 15px;
  background: #fff;
  color: #1c1917;
}

.sht-atlas__search button {
  height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  color: #1c1917;
  background: linear-gradient(135deg, #fbbf24, #d97706);
  box-shadow: 0 8px 20px rgba(217, 119, 6, 0.35);
}

.sht-atlas__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.sht-atlas__quick a {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #fafaf9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.15s, background 0.15s;
}

.sht-atlas__quick a:hover {
  border-color: var(--sht-atlas-copper);
  background: rgba(217, 119, 6, 0.15);
}

.sht-atlas__plates {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

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

@media (max-width: 560px) {
  .sht-atlas__plates {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sht-atlas__search {
    flex-direction: column;
  }
}

.sht-atlas__plate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-height: 110px;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  color: #fafaf9;
  background:
    linear-gradient(160deg, #44403c 0%, #292524 100%);
  border: 1px solid #57534e;
  box-shadow: 0 10px 24px rgba(28, 25, 23, 0.18);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sht-atlas__plate span {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sht-atlas__plate em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--sht-atlas-copper-2);
}

.sht-atlas__plate:hover {
  transform: translateY(-4px);
  border-color: var(--sht-atlas-copper);
  box-shadow: 0 16px 32px rgba(217, 119, 6, 0.2);
}

.sht-atlas__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 800px) {
  .sht-atlas__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.sht-atlas__trust > div {
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e7e5e4;
}

.sht-atlas__trust strong {
  display: block;
  font-size: 13px;
  color: #1c1917;
}

.sht-atlas__trust span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #78716c;
}

.sht-atlas__section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.sht-atlas__section-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1c1917;
}

.sht-atlas__section-head a {
  font-size: 13px;
  font-weight: 700;
  color: var(--sht-atlas-copper);
  text-decoration: none;
}

.sht-atlas__deals {
  padding: 4px 0 0;
}

/* Mount .shop-mp-hero içinde — hero’yu gizleme; sadece varsayılan hub/zone */
body[data-homepage-template="atelier-atlas"] .shop-hero-hub,
body[data-homepage-template="atelier-atlas"] #shop-homepage-default-zone {
  display: none !important;
}

body[data-homepage-template="atelier-atlas"] .shop-mp-hero {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

body[data-homepage-template="atelier-atlas"] .shop-homepage-template-mount:not([hidden]) {
  display: block;
  width: 100%;
}

body[data-homepage-template="atelier-atlas"] .shop-mp-container--catalog {
  padding-top: 8px;
}

[data-theme="dark"] .sht-atlas__trust > div {
  background: #1c1917;
  border-color: #44403c;
}

[data-theme="dark"] .sht-atlas__trust strong {
  color: #fafaf9;
}

[data-theme="dark"] .sht-atlas__section-head h2 {
  color: #fafaf9;
}
