.swiyie-collection,
.swiyie-brand,
.swiyie-shop-edit {
  --swiyie-black: #111111;
  --swiyie-blue: #153ee8;
  --swiyie-cream: #f2eee3;
  --swiyie-lime: #b8d631;
  background: var(--swiyie-cream);
  color: var(--swiyie-black);
}

.swiyie-shop-edit { background: #fff; }

.swiyie-shop-edit__head {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: clamp(36px, 5vw, 74px);
}

.swiyie-shop-edit__head h2 {
  font-size: clamp(48px, 6.4vw, 102px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .86;
  margin: 0;
}

.swiyie-text-link--dark { border-color: rgba(17,17,17,.7); color: #111; flex: 0 0 auto; }

.swiyie-shop-edit__grid {
  display: grid;
  gap: clamp(14px, 1.6vw, 26px);
  grid-template-columns: 1.28fr .86fr .86fr;
}

.swiyie-edit-card { color: #111; display: flex; flex-direction: column; min-width: 0; text-decoration: none; }
.swiyie-edit-card__media { background: #f2eee3; display: block; overflow: hidden; }
.swiyie-edit-card__media img { aspect-ratio: 4 / 5; display: block; height: 100%; -o-object-fit: cover; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.3,1); width: 100%; }
.swiyie-edit-card--wide .swiyie-edit-card__media img { -o-object-position: 45% center; object-position: 45% center; }
.swiyie-edit-card:nth-child(2) .swiyie-edit-card__media img { -o-object-position: 58% center; object-position: 58% center; }
.swiyie-edit-card:nth-child(3) .swiyie-edit-card__media img { -o-object-position: 57% center; object-position: 57% center; }
.swiyie-edit-card:hover img { transform: scale(1.025); }

.swiyie-product-entry-grid .swiyie-edit-card__media img { aspect-ratio: 1 / 1; -o-object-fit: cover; object-fit: cover; }
.swiyie-product-entry-grid .swiyie-edit-card--wide .swiyie-edit-card__media img { aspect-ratio: 1 / 1; -o-object-position: center; object-position: center; }

.swiyie-how-it-works {
  border-bottom: 1px solid rgba(17,17,17,.3);
  border-top: 1px solid rgba(17,17,17,.3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(52px, 7vw, 100px);
}
.swiyie-how-it-works > div { padding: 28px 24px; }
.swiyie-how-it-works > div + div { border-left: 1px solid rgba(17,17,17,.2); }
.swiyie-how-it-works span { color: #153ee8; display: block; font-size: 9px; margin-bottom: 18px; }
.swiyie-how-it-works strong { display: block; font-size: 11px; letter-spacing: .1em; }
.swiyie-how-it-works p { font-size: 12px; line-height: 1.55; margin: 10px 0 0; max-width: 280px; opacity: .65; }

.swiyie-edit-card__meta {
  align-items: start;
  border-top: 1px solid #111;
  display: grid;
  gap: 8px 14px;
  grid-template-columns: 1fr auto;
  padding: 16px 2px 0;
}

.swiyie-edit-card__meta strong { font-size: 11px; letter-spacing: .08em; }
.swiyie-edit-card__meta small { font-size: 10px; grid-column: 1; opacity: .62; }
.swiyie-edit-card__meta b { font-size: 17px; font-weight: 400; grid-column: 2; grid-row: 1 / 3; }

@media (max-width: 900px) {
  .swiyie-shop-edit__grid { grid-template-columns: 1fr 1fr; }
  .swiyie-edit-card--wide { grid-column: 1 / -1; }
  .swiyie-edit-card--wide .swiyie-edit-card__media img { aspect-ratio: 16 / 10; }
}

@media (max-width: 560px) {
  .swiyie-shop-edit__head { align-items: flex-start; flex-direction: column; }
  .swiyie-shop-edit__grid { grid-template-columns: 1fr; }
  .swiyie-edit-card--wide { grid-column: auto; }
  .swiyie-edit-card--wide .swiyie-edit-card__media img { aspect-ratio: 4 / 5; }
  .swiyie-product-entry-grid .swiyie-edit-card--wide .swiyie-edit-card__media img { aspect-ratio: 1 / 1; }
  .swiyie-how-it-works { grid-template-columns: 1fr; }
  .swiyie-how-it-works > div + div { border-left: 0; border-top: 1px solid rgba(17,17,17,.2); }
}

.swiyie-shell {
  margin: 0 auto;
  max-width: 1512px;
  padding: clamp(72px, 9vw, 156px) clamp(20px, 4.3vw, 84px);
}

.swiyie-section-head {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  margin-bottom: clamp(36px, 5vw, 76px);
}

.swiyie-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  margin: 0 0 22px;
}

.swiyie-section-head h2,
.swiyie-brand__copy h2,
.swiyie-custom__panel h2 {
  font-size: clamp(54px, 7.2vw, 118px);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .84;
  margin: 0;
}

.swiyie-section-intro,
.swiyie-brand__copy > p:not(.swiyie-kicker),
.swiyie-custom__panel > p:not(.swiyie-kicker) {
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.55;
  margin: 0;
}

.swiyie-campaign {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.swiyie-campaign img {
  display: block;
  height: auto;
  transition: transform .55s cubic-bezier(.2,.65,.3,1);
  width: 100%;
}

.swiyie-campaign:hover img { transform: scale(1.015); }

.swiyie-campaign__label {
  align-items: center;
  background: var(--swiyie-black);
  bottom: 0;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  left: 0;
  letter-spacing: .08em;
  min-width: 250px;
  padding: 20px 22px;
  position: absolute;
}

.swiyie-edit-links {
  border-top: 1px solid rgba(17,17,17,.35);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.swiyie-edit-links a {
  align-items: center;
  color: inherit;
  display: grid;
  font-size: 12px;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 24px 18px;
  text-decoration: none;
}

.swiyie-edit-links a + a { border-left: 1px solid rgba(17,17,17,.2); }
.swiyie-edit-links span { color: var(--swiyie-blue); font-size: 9px; }
.swiyie-edit-links b { font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.swiyie-edit-links a:hover b { transform: translateX(5px); }

.swiyie-brand { background: #111; color: #fff; }
.swiyie-brand .swiyie-shell { padding-top: clamp(72px, 9vw, 146px); }

.swiyie-brand__studio {
  align-items: center;
  display: grid;
  gap: clamp(44px, 8vw, 130px);
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr);
}

.swiyie-brand__studio figure { margin: 0; }
.swiyie-brand__studio img { display: block; height: auto; width: 100%; }
.swiyie-brand__studio figcaption { font-size: 8px; letter-spacing: .16em; margin-top: 12px; opacity: .7; }
.swiyie-brand__copy h2 { color: #fff; }
.swiyie-brand__copy > p:not(.swiyie-kicker) { margin-top: clamp(34px, 4vw, 60px); max-width: 470px; opacity: .82; }

.swiyie-text-link {
  border-bottom: 1px solid rgba(255,255,255,.7);
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 42px;
  margin-top: 30px;
  padding-bottom: 7px;
  text-decoration: none;
}

.swiyie-custom {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(310px, .65fr);
  margin-top: clamp(92px, 12vw, 190px);
}

.swiyie-custom > img { display: block; height: 100%; -o-object-fit: cover; object-fit: cover; width: 100%; }

.swiyie-custom__panel {
  background: var(--swiyie-blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 70px);
}

.swiyie-custom__panel h2 { color: #fff; font-size: clamp(52px, 5vw, 84px); }
.swiyie-custom__panel > p:not(.swiyie-kicker) { margin-top: 30px; max-width: 330px; }

.swiyie-button {
  align-items: center;
  align-self: flex-start;
  background: #fff;
  color: var(--swiyie-black);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 38px;
  justify-content: space-between;
  margin-top: 34px;
  min-width: 190px;
  padding: 17px 19px;
  text-decoration: none;
}

.swiyie-assurance {
  border-bottom: 1px solid rgba(255,255,255,.24);
  border-top: 1px solid rgba(255,255,255,.24);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(72px, 9vw, 140px) 0 0;
}

.swiyie-assurance > div { display: grid; gap: 18px; grid-template-columns: auto 1fr; padding: 26px 20px; }
.swiyie-assurance > div + div { border-left: 1px solid rgba(255,255,255,.24); }
.swiyie-assurance dt { color: var(--swiyie-lime); font-size: 9px; }
.swiyie-assurance dd { margin: 0; }
.swiyie-assurance strong,
.swiyie-assurance span { display: block; }
.swiyie-assurance strong { font-size: 10px; letter-spacing: .1em; }
.swiyie-assurance span { font-size: 10px; margin-top: 6px; opacity: .55; }

@media (max-width: 900px) {
  .swiyie-section-head,
  .swiyie-brand__studio,
  .swiyie-custom { grid-template-columns: 1fr; }
  .swiyie-section-intro { max-width: 560px; }
  .swiyie-brand__copy { padding-bottom: 24px; }
  .swiyie-custom__panel { min-height: 450px; }
  .swiyie-assurance { grid-template-columns: repeat(2, 1fr); }
  .swiyie-assurance > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
  .swiyie-assurance > div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.24); }
}

@media (max-width: 560px) {
  .swiyie-shell { padding: 72px 12px; }
  .swiyie-edit-links { grid-template-columns: 1fr; }
  .swiyie-edit-links a + a { border-left: 0; border-top: 1px solid rgba(17,17,17,.2); }
  .swiyie-campaign img { min-height: 520px; -o-object-fit: cover; object-fit: cover; }
  .swiyie-campaign__label { left: 12px; min-width: calc(100% - 24px); }
  .swiyie-brand__studio { gap: 40px; }
  .swiyie-custom { margin-top: 90px; }
  .swiyie-custom > img { min-height: 320px; }
  .swiyie-custom__panel { min-height: 440px; padding: 34px 22px; }
  .swiyie-assurance { grid-template-columns: 1fr; }
  .swiyie-assurance > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
}
