:root {
  --brand-blue: #0f7cc7;
  --brand-blue-dark: #0968a9;
  --brand-sky: #37a2ff;
  --brand-red: #d91552;
  --brand-text: #111111;
  --brand-muted: #6c6c6c;
  --brand-soft: #eff7ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--brand-text);
  background: #ffffff;
  overflow-x: hidden;
}

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

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

.topbar {
  background: var(--bs-body-color);
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.edge-shell {
  width: 100%;
  padding-inline: clamp(18px, 4vw, 72px);
}

.content-shell {
  width: min(80vw, 1600px);
  margin: 0 auto;
}

.topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-support,
.topbar-offer {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  letter-spacing: 0.1px;
}

.topbar-support i {
  font-size: 16px;
}

.topbar-offer {
  margin-left: auto;
  margin-right: 24px;
}

.topbar-login {
  min-width: 82px;
  height: 26px;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.site-header {
  background: #fff;
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas:
    "categories logo icons"
    "search nav meta";
  align-items: center;
  row-gap: 16px;
  column-gap: 26px;
}

.header-categories {
  grid-area: categories;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  font-size: 17px;
  font-weight: 500;
  color: #7ea5d0;
  letter-spacing: 0.15px;
}

.header-categories a.active {
  color: var(--brand-blue);
}

.header-logo {
  grid-area: logo;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo img {
  width: 150px;
  height: 62px;
  object-fit: contain;
}

.header-icons {
  grid-area: icons;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.icon-square {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--brand-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 16px rgba(15, 124, 199, 0.18);
}

.header-search {
  grid-area: search;
}

.search-box {
  width: 100%;
  max-width: 355px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid #6db5ef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a2a2a2;
}

.search-box i {
  font-size: 18px;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 15px;
  color: #222;
  background: transparent;
}

.search-box input::placeholder {
  color: #9c9c9c;
}

.header-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  font-size: 18px;
  font-weight: 500;
}

.header-nav a {
  color: #1f1f1f;
}

.header-nav a.active {
  color: var(--brand-blue);
}

.header-meta {
  grid-area: meta;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  font-size: 17px;
  font-weight: 500;
}

.meta-divider {
  width: 1px;
  height: 26px;
  background: #cfd8e3;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

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

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

.hero-right {
  background-position: center right;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1;
}

.hero-left::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.12) 100%);
}

.hero-right::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.14) 55%, rgba(0, 0, 0, 0.12) 100%);
}

.hero-copy {
  position: absolute;
  z-index: 2;
  color: #fff;
  max-width: 540px;
}

.hero-copy.left {
  left: 11%;
  top: 34%;
  transform: translateY(-50%);
}

.hero-copy.right {
  left: 11%;
  top: 66%;
  transform: translateY(-50%);
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.45rem, 2.2vw, 3.5rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.hero-copy p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.55;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-brand {
  background: var(--brand-blue);
  border: 1px solid var(--brand-blue);
  color: #fff;
  border-radius: 999px;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 10px 18px rgba(15, 124, 199, 0.22);
}

.btn-brand:hover {
  background: var(--brand-blue-dark);
  border-color: var(--brand-blue-dark);
  color: #fff;
}

.btn-outline-light.btn-view {
  border-width: 1.5px;
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 500;
}

.section-pad {
  padding: 74px 0;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 2vw, 2.8rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.section-heading p {
  margin: 14px 0 0;
  font-size: 19px;
  color: #1c1c1c;
}

.brand-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.brand-card {
  min-height: 78px;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  box-shadow: 0 14px 32px rgba(72, 158, 237, 0.14);
}

.brand-card img {
  max-width: 86%;
  max-height: 46px;
  object-fit: contain;
}

.brand-adidas {
  flex-direction: column;
  gap: 2px;
  color: #111;
}

.adidas-icon {
  width: 102px;
  height: 38px;
}

.adidas-icon polygon {
  fill: #111;
}

.adidas-word {
  margin-top: -2px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.brand-zara {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}

.product-wrap {
  position: relative;
}

.section-nav {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #43a3eb;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  box-shadow: 0 12px 24px rgba(67, 163, 235, 0.24);
  z-index: 2;
}

.section-nav.left {
  left: -42px;
}

.section-nav.right {
  right: -42px;
}

.product-card {
  height: 100%;
}

.product-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #f6f6f6;
  height: 388px;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sale-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px 4px;
  background: var(--brand-red);
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  border-radius: 12px 0 12px 0;
  z-index: 2;
}

.wish-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #c8c8c8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.product-meta {
  padding-top: 10px;
  padding: 12px;
}

.product-name {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.rating-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.rating-row .stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #1691ec;
  font-size: 13px;
}

.rating-row .stars .muted-star {
  color: #b5b5b5;
}

.rating-count {
  color: #9a9a9a;
  font-size: 14px;
}

.buy-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.buy-row .buy-btn {
  width: 100%;
  max-width: 205px;
  height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--brand-blue);
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-pill {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.price {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.dropshipping-banner {
  position: relative;
  min-height: 410px;
  border-radius: 28px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(115, 123, 137, 0.95) 0%, rgba(115, 123, 137, 0.95) 37%, rgba(115, 123, 137, 0.45) 63%, rgba(115, 123, 137, 0) 75%),
    url("assets/promo-man-boxes.png");
  background-position: center center;
  background-size: cover;
}

.promo-copy {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 410px;
  color: #fff;
  z-index: 2;
}

.promo-copy .eyebrow {
  font-size: 17px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.95);
}

.promo-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 2.2vw, 3.1rem);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.promo-copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.9);
}

.promo-copy .btn-brand {
  padding: 11px 24px;
}

.arrival-tabs {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.arrival-tabs .tab-pill {
  min-width: 152px;
  height: 34px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1.5px solid var(--brand-blue);
  background: #fff;
  color: #111;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.arrival-tabs .tab-pill.active {
  background: var(--brand-blue);
  color: #fff;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.35fr 0.95fr;
  grid-template-rows: 230px 230px;
  gap: 18px;
}

.mosaic-item {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
}

.mosaic-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 30, 40, 0.12) 0%, rgba(24, 30, 40, 0.40) 100%);
}

.mosaic-item.large {
  grid-row: span 2;
}

.mosaic-item.center-top {
  background-position: center top;
}

.mosaic-item.center-bottom {
  background-position: center center;
}

.mosaic-item.watch {
  background-position: center center;
}

.mosaic-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mosaic-item.large .mosaic-copy,
.mosaic-item.watch .mosaic-copy {
  justify-content: flex-start;
}

.mosaic-copy.bottom {
  justify-content: flex-end;
  padding-bottom: 20px;
}

.mosaic-copy .eyebrow {
  font-size: 15px;
  margin-bottom: 10px;
}

.mosaic-copy h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.14;
  font-weight: 600;
  max-width: 230px;
}

.mosaic-copy .btn-brand {
  width: fit-content;
  height: 33px;
  padding: 0 18px;
  font-size: 14px;
}

.video-banner-card {
  position: relative;
  height: 405px;
  border-radius: 30px;
  overflow: hidden;
  background: #f2f2f2 url("assets/shoe-banner.png") center center / cover no-repeat;
}

.video-banner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.06);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(18, 132, 217, 0.92);
  box-shadow: 0 0 0 9px rgba(18, 132, 217, 0.34), 0 0 0 18px rgba(18, 132, 217, 0.12);
  z-index: 2;
  font-size: 30px;
}

.gallery-banner-card {
  position: relative;
  min-height: 435px;
  border-radius: 32px;
  overflow: hidden;
  background: #737a8a;
  display: grid;
  grid-template-columns: 0.95fr 1.55fr;
  align-items: center;
}

.gallery-copy {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 44px 42px 44px 48px;
  max-width: 420px;
}

.gallery-copy h3 {
  margin: 0 0 12px;
  font-size: clamp(2.2rem, 2.5vw, 3rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.gallery-copy p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.gallery-stack {
  position: relative;
  height: 435px;
}

.gallery-card {
  position: absolute;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
  background: #fff;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card.one {
  width: 235px;
  height: 255px;
  left: 42px;
  top: 20px;
  transform: rotate(11deg);
}

.gallery-card.two {
  width: 198px;
  height: 240px;
  left: 240px;
  top: -4px;
  transform: rotate(18deg);
}

.gallery-card.three {
  width: 190px;
  height: 210px;
  left: 418px;
  top: 32px;
  transform: rotate(-2deg);
}

.gallery-card.four {
  width: 185px;
  height: 190px;
  left: 152px;
  top: 205px;
  transform: rotate(8deg);
}

.gallery-card.five {
  width: 205px;
  height: 210px;
  left: 355px;
  top: 194px;
  transform: rotate(13deg);
}

.gallery-card.six {
  width: 173px;
  height: 220px;
  left: 560px;
  top: 136px;
  transform: rotate(8deg);
}

.testimonial-title {
  margin: 0 0 28px;
  font-size: clamp(2rem, 2vw, 2.7rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.testimonial-stage {
  overflow: hidden;
  position: relative;
  padding-inline: clamp(44px, 5vw, 72px);
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
}

.testimonial-carousel .carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
  overflow: visible;
}

.testimonial-carousel .carousel-item {
  display: block;
  flex: 0 0 100%;
  float: none;
  margin-right: 0;
  padding: 4px 2px 0;
}

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

.testimonial-card {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  border: 1px solid #cfe5fb;
  background: #fff;
  padding: 24px 24px 20px;
  box-shadow: 0 16px 28px rgba(67, 163, 235, 0.06);
}

.testimonial-copy {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
  min-height: 120px;
}

.testimonial-footer {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-profile img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}

.profile-loc {
  font-size: 14px;
  line-height: 1.2;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e4e408;
  font-size: 18px;
}

.testimonial-indicators {
  position: static;
  margin: 24px 0 0;
  justify-content: center;
  gap: 10px;
}

.testimonial-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: #cfe5fb;
  opacity: 1;
}

.testimonial-indicators .active {
  background: var(--brand-blue);
}

.testimonial-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(14, 108, 188, 0.18);
  z-index: 2;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.testimonial-control:hover,
.testimonial-control:focus-visible {
  background: var(--brand-blue);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.testimonial-control.prev {
  left: 0;
}

.testimonial-control.next {
  right: 0;
}

.site-footer {
  margin-top: 74px;
  background: var(--brand-blue);
  color: #fff;
}

.site-footer .edge-shell {
  padding-inline-start: clamp(100px, 10vw, 180px);
  padding-inline-end: clamp(36px, 4vw, 72px);
}

.footer-inner {
  padding: 56px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1.35fr;
  gap: 34px;
}

.footer-brand img {
  width: 148px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}

.footer-brand p {
  margin: 0;
  max-width: 250px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}

.social-row {
  margin-top: 18px;
  display: flex;
  gap: 12px;
}

.social-pill {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.footer-heading {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 600;
}

.footer-links {
  display: grid;
  gap: 16px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.footer-links a {
  width: fit-content;
}

.footer-location {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.download-heading {
  margin: 34px 0 12px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
}

.app-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.app-badge {
  min-width: 118px;
  min-height: 40px;
  border-radius: 10px;
  background: #343a43;
  color: #fff;
  padding: 6px 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.app-badge small {
  font-size: 9px;
  opacity: 0.82;
}

.app-badge strong {
  font-size: 13px;
  font-weight: 500;
}

.newsletter-title {
  margin: 42px 0 14px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.newsletter-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 3px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.newsletter-form input {
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 8px 14px;
  font-size: 15px;
}

.newsletter-form button {
  border: 0;
  background: var(--brand-blue);
  color: #fff;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  text-align: center;
  padding: 10px 0 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.page-hero {
  position: relative;
  min-height: 330px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 20px 42px rgba(19, 78, 124, 0.12);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.14) 100%);
}

.page-hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}

.page-hero-copy {
  max-width: 720px;
  padding: 44px 48px;
}

.page-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.page-hero-eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.page-hero-eyebrow.text-dark {
  color: var(--brand-text);
}

.page-hero-eyebrow.text-dark::before {
  background: rgba(17, 17, 17, 0.35);
}

.page-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.page-hero p {
  margin: 0 0 18px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.breadcrumb-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.breadcrumb-inline span {
  opacity: 0.82;
}

.page-section-title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.page-intro {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: var(--brand-muted);
}

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

.feature-card {
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 124, 199, 0.12);
  box-shadow: 0 16px 30px rgba(72, 158, 237, 0.08);
  padding: 24px;
  height: 100%;
}

.feature-card i {
  font-size: 28px;
  color: var(--brand-blue);
}

.feature-card h3 {
  margin: 14px 0 10px;
  font-size: 22px;
  font-weight: 600;
}

.feature-card p {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.6;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: center;
}

.story-card,
.sidebar-card,
.detail-card,
.form-card,
.contact-card,
.summary-card,
.auth-card {
  background: #fff;
  border: 1px solid rgba(15, 124, 199, 0.12);
  border-radius: 24px;
  box-shadow: 0 16px 32px rgba(72, 158, 237, 0.08);
}

.story-card {
  padding: 28px;
}

.story-card p {
  margin-bottom: 18px;
  color: var(--brand-muted);
  line-height: 1.7;
}

.story-media {
  border-radius: 24px;
  overflow: hidden;
  min-height: 390px;
  background: #f4f7fb;
  box-shadow: 0 18px 34px rgba(19, 78, 124, 0.12);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.stat-card {
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border: 1px solid rgba(15, 124, 199, 0.12);
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 12px 26px rgba(72, 158, 237, 0.06);
}

.stat-card strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--brand-blue);
}

.stat-card span {
  color: var(--brand-muted);
  line-height: 1.5;
}

.shop-layout,
.checkout-layout,
.contact-layout,
.auth-layout {
  display: grid;
  gap: 24px;
}

.shop-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
}

.sidebar-card,
.summary-card,
.contact-card,
.auth-card,
.form-card,
.detail-card {
  padding: 24px;
}

.sidebar-card {
  position: sticky;
  top: 18px;
}

.filter-group + .filter-group {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(15, 124, 199, 0.12);
}

.filter-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
}

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

.filter-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
  color: #222;
}

.filter-list input {
  accent-color: var(--brand-blue);
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.sort-control {
  min-width: 200px;
  border-radius: 999px;
  border: 1px solid rgba(15, 124, 199, 0.24);
  padding: 10px 16px;
  background: #fff;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: start;
}

.detail-main-image {
  border-radius: 22px;
  overflow: hidden;
  background: #f4f7fb;
  min-height: 500px;
}

.detail-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.detail-thumbs img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 16px;
}

.price-large {
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: 700;
  color: var(--brand-blue);
}

.variant-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.variant-pill {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(15, 124, 199, 0.22);
  background: #f7fbff;
  font-size: 14px;
}

.info-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--brand-muted);
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
}

.cart-table-wrap {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(15, 124, 199, 0.12);
  box-shadow: 0 16px 32px rgba(72, 158, 237, 0.08);
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cart-table th,
.cart-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(15, 124, 199, 0.12);
  vertical-align: middle;
}

.cart-table th {
  background: #f7fbff;
  font-weight: 600;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-item img {
  width: 78px;
  height: 78px;
  border-radius: 16px;
  object-fit: cover;
}

.cart-summary {
  padding: 26px;
  position: sticky;
  top: 18px;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--brand-muted);
}

.summary-line strong {
  color: #111;
}

.checkout-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: start;
}

.form-card .form-label,
.auth-card .form-label {
  font-weight: 500;
}

.form-card .form-control,
.form-card .form-select,
.form-card textarea,
.auth-card .form-control {
  border-radius: 14px;
  border-color: rgba(15, 124, 199, 0.22);
  padding: 12px 14px;
}

.contact-layout {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.contact-card {
  margin-bottom: 18px;
}

.contact-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.contact-card p {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.65;
}

.map-card {
  min-height: 420px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(15, 124, 199, 0.12), rgba(15, 124, 199, 0.02)),
    linear-gradient(180deg, #f5f8fc 0%, #e9f1f8 100%);
  border: 1px solid rgba(15, 124, 199, 0.12);
  box-shadow: 0 16px 32px rgba(72, 158, 237, 0.08);
}

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

.auth-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
}

.auth-card p {
  color: var(--brand-muted);
  line-height: 1.65;
}

.auth-card .btn-brand {
  width: 100%;
}

.card-note {
  font-size: 14px;
  color: var(--brand-muted);
}

.page-promo {
  border-radius: 24px;
  overflow: hidden;
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.page-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 124, 199, 0.36), rgba(15, 124, 199, 0.08));
}

.page-promo-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 30px;
}

.page-promo-content h3 {
  margin: 0 0 10px;
  font-size: 28px;
}

@media (max-width: 1399.98px) {
  .hero-copy.left {
    left: 10%;
  }

  .hero-copy.right {
    left: 10%;
  }

  .gallery-card.one {
    left: 24px;
  }

  .gallery-card.two {
    left: 214px;
  }

  .gallery-card.three {
    left: 382px;
  }

  .gallery-card.four {
    left: 126px;
  }

  .gallery-card.five {
    left: 318px;
  }

  .gallery-card.six {
    left: 510px;
  }
}

@media (max-width: 1199.98px) {
  .content-shell {
    width: 92%;
  }

  .header-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "logo"
      "categories"
      "search"
      "nav"
      "icons"
      "meta";
    justify-items: center;
  }

  .header-categories,
  .header-nav,
  .header-meta,
  .header-icons {
    justify-content: center;
  }

  .search-box {
    max-width: 420px;
  }

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

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

  .gallery-banner-card {
    grid-template-columns: 1fr;
  }

  .gallery-copy {
    max-width: none;
    padding-bottom: 18px;
  }

  .gallery-stack {
    height: 410px;
  }
}

@media (max-width: 991.98px) {
  .hero-split {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 500px;
  }

  .hero-copy.left,
  .hero-copy.right {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 48px);
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

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

  .section-nav {
    display: none;
  }

  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mosaic-item.large {
    grid-row: auto;
    min-height: 330px;
  }

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

  .page-hero-copy {
    padding: 36px 32px;
  }

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

  .story-grid,
  .shop-layout,
  .product-detail-layout,
  .cart-layout,
  .checkout-layout,
  .contact-layout,
  .auth-layout {
    grid-template-columns: 1fr;
  }

  .sidebar-card,
  .cart-summary {
    position: static;
  }

  .testimonial-card {
    width: 100%;
  }

  .testimonial-stage {
    padding-inline: 0;
    padding-bottom: 62px;
  }

  .testimonial-control {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .testimonial-control:hover,
  .testimonial-control:focus-visible {
    transform: scale(1.04);
  }

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

  .gallery-stack {
    height: 360px;
  }

  .gallery-card.one {
    width: 180px;
    height: 200px;
    left: 10px;
    top: 26px;
  }

  .gallery-card.two {
    width: 150px;
    height: 186px;
    left: 158px;
    top: 8px;
  }

  .gallery-card.three {
    width: 140px;
    height: 164px;
    left: 289px;
    top: 32px;
  }

  .gallery-card.four {
    width: 150px;
    height: 164px;
    left: 92px;
    top: 188px;
  }

  .gallery-card.five {
    width: 158px;
    height: 172px;
    left: 246px;
    top: 174px;
  }

  .gallery-card.six {
    width: 134px;
    height: 176px;
    left: 388px;
    top: 104px;
  }
}

@media (max-width: 767.98px) {
  .content-shell {
    width: calc(100% - 24px);
  }

  .topbar-inner {
    flex-wrap: wrap;
    padding: 8px 0;
    height: auto;
  }

  .topbar-support,
  .topbar-offer {
    white-space: normal;
  }

  .topbar-offer {
    margin-right: 0;
    margin-left: 0;
  }

  .header-nav {
    gap: 24px;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .header-categories {
    gap: 14px;
    font-size: 15px;
    flex-wrap: wrap;
  }

  .header-meta {
    font-size: 15px;
  }

  .section-pad {
    padding: 58px 0;
  }

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

  .page-hero-copy {
    padding: 28px 22px;
  }

  .page-hero h1 {
    font-size: 2rem;
  }

  .page-hero p {
    font-size: 15px;
  }

  .feature-grid,
  .stats-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

  .product-media {
    height: 340px;
  }

  .promo-copy {
    left: 22px;
    right: 22px;
    max-width: none;
  }

  .promo-copy h3 {
    font-size: 2rem;
  }

  .arrival-tabs {
    gap: 10px;
  }

  .arrival-tabs .tab-pill {
    min-width: 0;
    padding: 0 16px;
  }

  .testimonial-copy {
    min-height: 95px;
  }

  .shop-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .sort-control {
    width: 100%;
  }

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

  .cart-table-wrap {
    overflow-x: auto;
  }

  .cart-table {
    min-width: 720px;
  }

  .gallery-banner-card {
    min-height: 520px;
  }

  .gallery-copy {
    padding: 28px 24px 12px;
  }

  .gallery-stack {
    height: 280px;
  }

  .gallery-card.one {
    width: 132px;
    height: 150px;
    left: 0;
    top: 24px;
  }

  .gallery-card.two {
    width: 112px;
    height: 136px;
    left: 118px;
    top: 14px;
  }

  .gallery-card.three {
    width: 104px;
    height: 126px;
    left: 222px;
    top: 28px;
  }

  .gallery-card.four {
    width: 112px;
    height: 128px;
    left: 56px;
    top: 150px;
  }

  .gallery-card.five {
    width: 120px;
    height: 134px;
    left: 166px;
    top: 140px;
  }

  .gallery-card.six {
    width: 100px;
    height: 138px;
    left: 278px;
    top: 88px;
  }
}

@media (max-width: 575.98px) {
  .content-shell {
    width: calc(100% - 20px);
  }

  .topbar {
    font-size: 13px;
  }

  .header-logo img {
    width: 128px;
    height: 54px;
  }

  .search-box {
    max-width: 100%;
  }

  .hero-panel {
    min-height: 440px;
  }

  .hero-copy h1 {
    font-size: 2rem;
  }

  .hero-copy p {
    font-size: 15px;
  }

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

  .page-hero-copy {
    padding: 24px 18px;
  }

  .page-section-title {
    font-size: 1.75rem;
  }

  .section-heading p {
    font-size: 16px;
  }

  .product-media {
    height: 300px;
  }

  .testimonial-card {
    padding: 20px 18px 18px;
  }

  .testimonial-control.prev {
    left: calc(50% - 54px);
  }

  .testimonial-control.next {
    right: calc(50% - 54px);
  }

  .detail-thumbs {
    grid-template-columns: 1fr;
  }

  .site-footer .edge-shell {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }

  .footer-heading,
  .newsletter-title {
    font-size: 24px;
  }

  .brand-zara {
    font-size: 46px;
  }

  .adidas-icon {
    width: 86px;
  }

  .adidas-word {
    font-size: 24px;
  }
}
